Skip to content

Commit ea7813f

Browse files
Add missing contextlib import for async context manager decorator
1 parent 7df72c1 commit ea7813f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/server/test_session_roaming.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
when an EventStore is provided, enabling distributed deployments without sticky sessions.
55
"""
66

7+
import contextlib
78
from typing import Any
89
from unittest.mock import AsyncMock
910

0 commit comments

Comments
 (0)