Skip to content

Commit a0fbcee

Browse files
authored
Remove extra whitespace
1 parent f3e8556 commit a0fbcee

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

test-data/unit/check-typeddict.test

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,12 +1008,6 @@ class D(TypedDict):
10081008

10091009
def test(d: D) -> None:
10101010
reveal_type(d.get) # N: Revealed type is "Overload(def (k: builtins.str) -> builtins.object, def (builtins.str, builtins.object) -> builtins.object, def [V] (builtins.str, V`4) -> builtins.object)"
1011-
1012-
1013-
1014-
1015-
1016-
10171011
[builtins fixtures/dict.pyi]
10181012
[typing fixtures/typing-typeddict.pyi]
10191013

@@ -1170,14 +1164,6 @@ reveal_type(x) # N: Revealed type is "builtins.object"
11701164
s = ''
11711165
y = d.get(s)
11721166
reveal_type(y) # N: Revealed type is "builtins.object"
1173-
1174-
1175-
1176-
1177-
1178-
1179-
1180-
11811167
[builtins fixtures/dict.pyi]
11821168
[typing fixtures/typing-typeddict.pyi]
11831169

0 commit comments

Comments
 (0)