Skip to content

Commit 0b1659c

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

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
@@ -80,7 +80,7 @@ def test_list_copy() -> None:
8080
assert l2 != l1
8181
l1 = [1, 2, 3]
8282
assert l1.copy() == l2.copy()
83-
83+
8484
=======
8585
>>>>>>> e276f33f1 (Add test check_listcopy.test)
8686
=======

0 commit comments

Comments
 (0)