Skip to content

Commit d149e80

Browse files
committed
formatting
1 parent b1656bb commit d149e80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

posthog/scopes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Use contextvars if available (Python 3.7+), otherwise fall back to threading.local
77
if sys.version_info >= (3, 7):
88
import contextvars
9+
910
_context_stack: contextvars.ContextVar[list] = contextvars.ContextVar("posthog_context_stack", default=[{}])
1011
_use_contextvars = True
1112
else:

0 commit comments

Comments
 (0)