Skip to content

Commit 04187b7

Browse files
committed
fix merge
1 parent 6cbc7ac commit 04187b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mypy/options.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,6 @@ def __init__(self) -> None:
409409

410410
self.disable_bytearray_promotion = True
411411
self.disable_memoryview_promotion = True
412-
self.force_uppercase_builtins = False
413-
self.force_union_syntax = False
414412

415413
# Sets custom output format
416414
self.output: str | None = None

0 commit comments

Comments
 (0)