Skip to content

Commit 8b2ede6

Browse files
committed
Fix typing
1 parent 08fbf27 commit 8b2ede6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry_sdk/flag_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def __init__(self, flag, result):
6565
self.result = result
6666

6767
def __copy__(self):
68+
# type: () -> Flag
6869
return Flag(self.flag, self.result)
6970

7071
@property

0 commit comments

Comments
 (0)