Skip to content

Commit

Permalink
Remove imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-T-McCann committed Apr 20, 2022
1 parent c5e595c commit 8cb7b31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scico/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
"custom_vjp",
]

from . import random, linop

# Imported items in __all__ appear to originate in top-level functional module
for name in __all__:
getattr(sys.modules[__name__], name).__module__ = __name__

0 comments on commit 8cb7b31

Please sign in to comment.