Skip to content

Commit

Permalink
importlib_metadata py2 fallback removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Nov 10, 2023
1 parent 0d92e03 commit 284f577
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/collective/elastic/ingest/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
try:
from importlib.metadata import version
except ImportError:
from importlib_metadata import version
from importlib.metadata import version

import os

Expand Down

0 comments on commit 284f577

Please sign in to comment.