Skip to content

Commit 5a18190

Browse files
committed
fix
1 parent 8135702 commit 5a18190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_basics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ def test_enable_integration(sentry_init):
991991
client = get_client()
992992
assert "asyncio" not in client.integrations
993993

994-
from sentry_sdk.integrations import AsyncioIntegration
994+
from sentry_sdk.integrations.asyncio import AsyncioIntegration
995995

996996
sentry_sdk.enable_integration(AsyncioIntegration())
997997

0 commit comments

Comments
 (0)