File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ def main(obj: Optional[IBookmark]) -> None:
36
36
interface_implications.py:19: note: Revealed type is "None"
37
37
interface_implications.py:21: note: Revealed type is "__main__.IBookmark"
38
38
interface_implications.py:22: note: Revealed type is "Union[__main__.IBookmark, None]"
39
- interface_implications.py:26: note: Revealed type is "Type [__main__.IBookmark]"
40
- interface_implications.py:28: note: Revealed type is "Type [None]"
41
- interface_implications.py:29: note: Revealed type is "Union[Type [__main__.IBookmark], Type [None]]"
39
+ interface_implications.py:26: note: Revealed type is "type [__main__.IBookmark]"
40
+ interface_implications.py:28: note: Revealed type is "type [None]"
41
+ interface_implications.py:29: note: Revealed type is "Union[type [__main__.IBookmark], type [None]]"
42
42
</output>
43
43
"""
You can’t perform that action at this time.
0 commit comments