Skip to content

Commit fc12359

Browse files
committed
ruff
1 parent 8d92966 commit fc12359

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_complex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def test_repr(self):
416416
def test_examples(self):
417417
"""Verify some given examples"""
418418
examples = [
419-
(complexi(-9, 12), "(-9+12j)")
419+
(complexi(-9, 12), "(-9+12j)"),
420420
]
421421

422422
for example, expected in examples:

0 commit comments

Comments
 (0)