We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316c8ba commit afb7635Copy full SHA for afb7635
pandas/core/arrays/floating.py
@@ -2,8 +2,8 @@
2
3
import numpy as np
4
5
+from pandas.core.dtypes.base import register_extension_dtype
6
from pandas.core.dtypes.common import is_float_dtype
-from pandas.core.dtypes.dtypes import register_extension_dtype
7
8
from pandas.core.arrays.numeric import (
9
NumericArray,
0 commit comments