Skip to content

Commit 5f1515a

Browse files
committed
Fix type annotation
1 parent 3a3a6f9 commit 5f1515a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/exception_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ def event_from_exception(
793793

794794

795795
def _module_in_list(name, items):
796-
# type: (str, Optional[List[str]]) -> bool
796+
# type: (str | None, Optional[List[str]]) -> bool
797797
if name is None:
798798
return False
799799

0 commit comments

Comments
 (0)