Skip to content

Commit c073d81

Browse files
committed
Cleanup
1 parent 770c2f5 commit c073d81

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/core/reshape/encoding.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@
3535
from pandas.core.series import Series
3636

3737
if TYPE_CHECKING:
38-
from pandas._typing import (
39-
NpDtype,
40-
)
38+
from pandas._typing import NpDtype
4139

4240

4341
def get_dummies(

0 commit comments

Comments
 (0)