Skip to content

Commit 6495a08

Browse files
committed
add missing type
1 parent 97ae8e2 commit 6495a08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry_sdk/integrations/dedupe.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def processor(event, hint):
4343

4444
@staticmethod
4545
def reset_last_seen():
46+
# type: () -> None
4647
integration = sentry_sdk.get_client().get_integration(DedupeIntegration)
4748
if integration is None:
4849
return

0 commit comments

Comments
 (0)