Skip to content

Commit afb7635

Browse files
authored
DOC: fixed register_extension_dtype import statement (#50770)
1 parent 316c8ba commit afb7635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/floating.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
import numpy as np
44

5+
from pandas.core.dtypes.base import register_extension_dtype
56
from pandas.core.dtypes.common import is_float_dtype
6-
from pandas.core.dtypes.dtypes import register_extension_dtype
77

88
from pandas.core.arrays.numeric import (
99
NumericArray,

0 commit comments

Comments
 (0)