Skip to content

Commit 22538c8

Browse files
authored
Update pandas/tests/indexes/interval/test_interval_tree.py
1 parent 829e4c3 commit 22538c8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pandas/tests/indexes/interval/test_interval_tree.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
import pytest
55

66
from pandas._libs.interval import IntervalTree
7-
from pandas.compat import (
8-
IS64,
9-
WASM,
10-
)
7+
from pandas.compat import IS64
118

129
import pandas._testing as tm
1310

0 commit comments

Comments
 (0)