Skip to content

Commit 9c2457d

Browse files
committed
lint
1 parent 6a15d6d commit 9c2457d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_xp(self, xp: ModuleType):
6969
("complex128", 1.0, True),
7070
# complex vs. xp.complex
7171
("complex64", 1.0j, True),
72-
("complex128", 1.0j, True),
72+
("complex128", 1.0j, True),
7373
# Undefined cases
7474
("bool", 1, False),
7575
("int64", 1.0, False),

0 commit comments

Comments
 (0)