We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c4067 commit 1b54b9cCopy full SHA for 1b54b9c
test-data/unit/check-narrowing.test
@@ -2436,7 +2436,7 @@ y = None
2436
for x in xs:
2437
if x is not None:
2438
if y is None:
2439
- y = {} # E: Need type annotation for "y" (hint: "y: Dict[<type>, <type>] = ...")
+ y = {} # E: Need type annotation for "y" (hint: "y: dict[<type>, <type>] = ...")
2440
2441
[builtins fixtures/list.pyi]
2442
0 commit comments