Skip to content

Commit

Permalink
Fix useless imports in init
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Mar 4, 2024
1 parent ce03dd8 commit 93fcef3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/nmodl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@

if sys.version_info >= (3, 9):
from importlib.resources import files
from importlib.metadata import version, PackageNotFoundError
else:
from importlib_resources import files
from importlib_metadata import version, PackageNotFoundError

from find_libpython import find_libpython

Expand Down

0 comments on commit 93fcef3

Please sign in to comment.