Skip to content

Commit

Permalink
Fix importlib (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
markroth8 committed Feb 16, 2024
1 parent a4ac4e9 commit 105c88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twosigma/memento/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""Public interface for memento module."""
import importlib

from importlib_metadata import entry_points
from importlib.metadata import entry_points

from .logging import set_log_level

Expand Down

0 comments on commit 105c88e

Please sign in to comment.