Skip to content

Commit fd44980

Browse files
committed
fix compat import
1 parent 4c87e0f commit fd44980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import numpy
44
import pandas
55
import pandas.util._test_decorators as td
6-
from compat import PY2
6+
from pandas.compat import PY2
77

88

99
def pytest_addoption(parser):

0 commit comments

Comments
 (0)