Skip to content

Commit fe51614

Browse files
Remove unused import and variable in __init__.py
1 parent 88a0596 commit fe51614

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deeptrack/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
from . import visualization
6262
from . import pytorch
6363
from . import deeplay
64+
del should_import
6465

6566
from deeptrack import (
6667
image,
@@ -69,5 +70,3 @@
6970
# Fake imports for IDE autocomplete
7071
# Does not actually import anything
7172
)
72-
73-
__all__ = ()

0 commit comments

Comments
 (0)