Skip to content

Commit

Permalink
Remove unused import in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyuejohn committed Feb 15, 2024
1 parent 0bb953e commit 54d50fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 593 deletions.
4 changes: 2 additions & 2 deletions ehrdata/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from importlib.metadata import version

from . import dt, pl, pp, tl, io
from . import io, pl, pp, tl

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

__version__ = "0.0.0"
Loading

0 comments on commit 54d50fb

Please sign in to comment.