Skip to content

Commit 7afd01a

Browse files
author
Ivan Levkivskyi
committed
Fix self-check
1 parent d63afc7 commit 7afd01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/test/testpep561.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def test_pep561(testcase: DataDrivenTestCase) -> None:
114114

115115
steps = testcase.find_steps()
116116
if steps != [[]]:
117-
steps = [[]] + steps # type: ignore[operator,assignment]
117+
steps = [[]] + steps # type: ignore[assignment]
118118

119119
for i, operations in enumerate(steps):
120120
perform_file_operations(operations)

0 commit comments

Comments
 (0)