Skip to content

Commit

Permalink
adsf
Browse files Browse the repository at this point in the history
  • Loading branch information
supersergiy committed Nov 30, 2023
1 parent 9f0e240 commit a113124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zetta_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def try_load_train_inference(): # pragma: no cover
except ImportError:
...

def try_load_submodules():
def try_load_submodules(): # pragma: no cover
try:
from . import alignment
except ImportError:
Expand Down

0 comments on commit a113124

Please sign in to comment.