Skip to content

Commit 362a0f7

Browse files
Update astroid/interpreter/objectmodel.py
Co-authored-by: Daniël van Noord <[email protected]>
1 parent 8876aa5 commit 362a0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroid/interpreter/objectmodel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ def __init__(self):
493493
super().__init__()
494494

495495
@property
496-
def attr___annotations__(self):
496+
def attr___annotations__(self) -> Unkown:
497497
return node_classes.Unknown()
498498

499499
@property

0 commit comments

Comments
 (0)