Skip to content

Commit

Permalink
fix long again
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel committed Feb 1, 2018
1 parent 9de356a commit 000aefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/indexes/test_numeric.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pytest

from datetime import datetime
from pandas.compat import range, PY3
from pandas.compat import range, PY3, long

import numpy as np

Expand Down

0 comments on commit 000aefd

Please sign in to comment.