Skip to content

Commit 444ffc1

Browse files
committed
rm comment
1 parent 098b5c5 commit 444ffc1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

posthog/scopes.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ def _get_current_context() -> Dict[str, Any]:
1111

1212
@contextmanager
1313
def new_context(fresh=False):
14-
# TODO - we could extend this context idea to also apply to other event types eventually,
15-
# but right now it only applies to exceptions...
1614
"""
1715
Create a new context scope that will be active for the duration of the with block.
1816
Any tags set within this scope will be isolated to this context. Any exceptions raised

0 commit comments

Comments
 (0)