Skip to content

Commit b8a3430

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1c8e04d commit b8a3430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/test-data/run-lists.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_list_copy() -> None:
7777
assert l2 != l1
7878
l1 = [1, 2, 3]
7979
assert l1.copy() == l2.copy()
80-
80+
8181
[case testSieve]
8282
from typing import List
8383

0 commit comments

Comments
 (0)