Skip to content

Commit

Permalink
try reorder imports to fix macos build issue for python
Browse files Browse the repository at this point in the history
  • Loading branch information
solomonik committed Nov 8, 2023
1 parent 80dc724 commit 1adad4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src_python/ctf/__init__.py
@@ -1,10 +1,10 @@
from ctf import random
from ctf.world import *
from ctf.tensor_aux import *
from ctf.tensor import *
from ctf.term import *
from ctf.tensor_aux import *
from ctf.profile import *
from ctf.partition import *
from ctf.multilinear import *
from ctf.linalg import *
from ctf import random

0 comments on commit 1adad4e

Please sign in to comment.