Skip to content

Commit

Permalink
Got rid of references to repo init files
Browse files Browse the repository at this point in the history
  • Loading branch information
JLrumberger committed Feb 19, 2024
1 parent b14d607 commit 5d4a8b0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/nimbus_inference/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
from importlib.metadata import version

from . import pl, pp, tl

__all__ = ["pl", "pp", "tl"]

__version__ = version("Nimbus-Inference")

0 comments on commit 5d4a8b0

Please sign in to comment.