Skip to content

Commit 1e16941

Browse files
committed
Fix pre-commit errors.
1 parent dc8a8d1 commit 1e16941

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pandas/core/arrays/categorical.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717
Union,
1818
cast,
1919
)
20-
from warnings import catch_warnings, simplefilter, warn
20+
from warnings import (
21+
catch_warnings,
22+
simplefilter,
23+
warn,
24+
)
2125

2226
import numpy as np
2327

0 commit comments

Comments
 (0)