Skip to content

Commit

Permalink
refactor: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
dartheian committed Mar 29, 2024
1 parent 273a4f5 commit 319630e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/satispaython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
from .auth import SatispayAuth
from .client import AsyncSatispayClient, SatispayClient

try:
import importlib.metadata as _metadata
except ModuleNotFoundError:
import importlib_metadata as _metadata
import importlib.metadata as _metadata

__version__ = _metadata.version(__name__)

Expand Down

0 comments on commit 319630e

Please sign in to comment.