Skip to content

Commit 1df0f0f

Browse files
committed
remove debug statement
1 parent 1925fd5 commit 1df0f0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/arrays/interval.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ def __new__(
270270
copy=copy,
271271
dtype=dtype,
272272
)
273-
1 / 0
274273

275274
if verify_integrity:
276275
cls._validate(left, right, dtype=dtype)

0 commit comments

Comments
 (0)