Skip to content
Snippets Groups Projects
Commit ab5fe5ce authored by David Hammer's avatar David Hammer
Browse files

Parens needed in Python 3.6

parent b4c12698
No related branches found
No related tags found
Loading
...@@ -39,7 +39,7 @@ def threadsafe_cache(fun): ...@@ -39,7 +39,7 @@ def threadsafe_cache(fun):
return aux return aux
@functools.lru_cache @functools.lru_cache()
def transpose_order(axes_in, axes_out): def transpose_order(axes_in, axes_out):
"""Computes the order of axes_out relative to axes_in for transposition purposes """Computes the order of axes_out relative to axes_in for transposition purposes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment