-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #78 from catalystneuro/remove_top_level_imports
Remove top level imports of big modules
- Loading branch information
Showing
5 changed files
with
52 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
from .nwbconverter import NWBConverter | ||
|
||
# TODO: temporarily disabled until decision to remove in other PR | ||
# from .tools import spikeinterface, roiextractors, neo | ||
|
||
from .tools.yaml_conversion_specification import run_conversion_from_yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1 @@ | ||
# To be treated as sub-modules or plugins | ||
# TODO: temporarily disabled until decision to remove in other PR | ||
# from .spikeinterface import spikeinterface | ||
# from .roiextractors import roiextractors | ||
# from .neo import neo | ||
|
||
# Basically utils but rely on external dependencies | ||
from .importing import get_package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters