Skip to content

Commit

Permalink
Remove unused import and variable in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMidtvedt committed Mar 19, 2024
1 parent 88a0596 commit fe51614
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deeptrack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
from . import visualization
from . import pytorch
from . import deeplay
del should_import

from deeptrack import (
image,
Expand All @@ -69,5 +70,3 @@
# Fake imports for IDE autocomplete
# Does not actually import anything
)

__all__ = ()

0 comments on commit fe51614

Please sign in to comment.