Skip to content

Commit 924426f

Browse files
Fix mypy: add pandas.compat import in period.py
1 parent 82fd11e commit 924426f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/period.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import warnings
1515

1616
import numpy as np
17-
17+
from pandas import compat
1818
from pandas._libs import (
1919
algos as libalgos,
2020
lib,

0 commit comments

Comments
 (0)