Skip to content

Commit 36124f5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/test_benchmarks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class AtomicFields:
152152
b: Ellipsis = ...
153153
c: str = "foo"
154154
d: tuple[str] = "bar"
155-
e: complex = complex()
155+
e: complex = 0j
156156

157157

158158
def test_asdict_atomic():

0 commit comments

Comments
 (0)