Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 6d8b413

Browse files
committed
Fix error with latest mypy
1 parent f55e502 commit 6d8b413

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_unflakable.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,8 +1216,8 @@ def test_pass():
12161216
expected_commit='CLI_COMMIT',
12171217
expect_xdist=xdist,
12181218
extra_args=[
1219-
'--branch', 'CLI_BRANCH', '--commit', 'CLI_COMMIT'
1220-
] + (XDIST_ARGS if xdist else []),
1219+
'--branch', 'CLI_BRANCH', '--commit', 'CLI_COMMIT'
1220+
] + (XDIST_ARGS if xdist else []),
12211221
)
12221222

12231223

@@ -2204,7 +2204,7 @@ def test_pass2():
22042204
expect_progress=False,
22052205
)
22062206

2207-
requests_mock.reset_mock() # type: ignore
2207+
requests_mock.reset_mock()
22082208

22092209
run_test_case(
22102210
pytester,

0 commit comments

Comments
 (0)