Skip to content

Commit ab49dd7

Browse files
committed
self check verified; fix annotation
1 parent c1245d3 commit ab49dd7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mypy/test/helpers.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ def run_mypy(args: List[str]) -> None:
3939
pytest.fail(msg="Sample check failed", pytrace=False)
4040

4141

42-
def use_builtins_fixtures(options):
43-
root_dir = dirname(dirname(dirname(__file__)))
44-
options.path_prefix = os.path.join(root_dir, 'test-data', 'unit', 'lib-stub')
45-
46-
4742
def assert_string_arrays_equal(expected: List[str], actual: List[str],
4843
msg: str) -> None:
4944
"""Assert that two string arrays are equal.

0 commit comments

Comments
 (0)