Skip to content

Commit 000aefd

Browse files
committed
fix long again
1 parent 9de356a commit 000aefd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexes/test_numeric.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import pytest
44

55
from datetime import datetime
6-
from pandas.compat import range, PY3
6+
from pandas.compat import range, PY3, long
77

88
import numpy as np
99

0 commit comments

Comments
 (0)