Skip to content
Snippets Groups Projects
Commit 714e506e authored by Stephan Kuschel's avatar Stephan Kuschel
Browse files

fix codestyle

parent fd98356f
No related branches found
No related tags found
No related merge requests found
...@@ -72,6 +72,7 @@ class _fft: ...@@ -72,6 +72,7 @@ class _fft:
@classmethod @classmethod
def _get_defaultkwargf(cls, name): def _get_defaultkwargf(cls, name):
wrapped = getattr(cls.fft_module, name) wrapped = getattr(cls.fft_module, name)
@functools.wraps(wrapped) @functools.wraps(wrapped)
def ret(*args, **kwargs): def ret(*args, **kwargs):
kws = cls.fft_kwargs.copy() kws = cls.fft_kwargs.copy()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment