Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhang committed Feb 18, 2024
1 parent 4504682 commit f993382
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion snapatac2-python/python/snapatac2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

import importlib.metadata
__version__ = importlib.metadata.version("snapatac2")
del importlib.metadata

import sys
sys.modules.update({f'{__name__}.{m}': globals()[m] for m in ['pp', 'tl', 'pl', 'ex']})
Expand Down

0 comments on commit f993382

Please sign in to comment.