Skip to content

Commit 8e6a904

Browse files
authored
Update pandas/tests/indexing/interval/test_interval_new.py
1 parent 62bfdc9 commit 8e6a904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexing/interval/test_interval_new.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import numpy as np
44
import pytest
55

6-
from pandas.compat import WASM
6+
from pandas.compat import IS64
77

88
from pandas import (
99
Index,

0 commit comments

Comments
 (0)