Skip to content

Commit

Permalink
correct importlib.metadata check in test_modules (#2149)
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile-sentry authored Jun 1, 2023
1 parent a48a3bb commit b72c1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrations/modules/test_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_basic(sentry_init, capture_events):

def test_installed_modules():
try:
from importlib import distributions, version
from importlib.metadata import distributions, version

importlib_available = True
except ImportError:
Expand Down

0 comments on commit b72c1e2

Please sign in to comment.