Skip to content

Commit 63f2677

Browse files
committed
🚨 fix UP018 ruff error
1 parent 38969de commit 63f2677

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/numpy-stubs/@test/runtime/legacy/comparisons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
b_ = np.bool()
2121

2222
b = False
23-
c = complex()
23+
c = 0j
2424
f = 0.0
2525
i = 0
2626

0 commit comments

Comments
 (0)