Skip to content

Commit ec12b4a

Browse files
committed
Fix test
1 parent d16744e commit ec12b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/check-inference.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3550,7 +3550,7 @@ if x:
35503550
[builtins fixtures/dict.pyi]
35513551

35523552
[case testSuggestPep604AnnotationForPartialNone]
3553-
# flags: --local-partial-types --python-version 3.10 --no-force-union-syntax
3553+
# flags: --local-partial-types --python-version 3.10
35543554
x = None # E: Need type annotation for "x" (hint: "x: <type> | None = ...")
35553555

35563556
[case testTupleContextFromIterable]

0 commit comments

Comments
 (0)