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.
2 parents 583cb14 + c408b14 commit e76f9efCopy full SHA for e76f9ef
mypy/test/data.py
@@ -573,8 +573,11 @@ class DataSuite:
573
base_path = '.' # type: typing.ClassVar[str]
574
optional_out = False # type: typing.ClassVar[bool]
575
native_sep = False # type: typing.ClassVar[bool]
576
+<<<<<<< HEAD
577
require_stable = False # type: typing.ClassVar[bool]
578
require_incremental = False # type: typing.ClassVar[bool]
579
+=======
580
+>>>>>>> c408b1491c21b632d65ece6da03a6236dd994218
581
582
def __init__(self, *, update_data: bool) -> None:
583
self.update_data = update_data
0 commit comments