We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de356a commit 000aefdCopy full SHA for 000aefd
pandas/tests/indexes/test_numeric.py
@@ -3,7 +3,7 @@
3
import pytest
4
5
from datetime import datetime
6
-from pandas.compat import range, PY3
+from pandas.compat import range, PY3, long
7
8
import numpy as np
9
0 commit comments