Skip to content

Commit 6661dd1

Browse files
committed
Applied pre-commit fox
1 parent 7ee801a commit 6661dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/config_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,6 @@ def register_converter_cb(key: str) -> None:
909909
"(at which point this option will be deprecated).",
910910
validator=is_one_of_factory([True, False]),
911911
)
912-
912+
913913
# GH#59502
914914
cf.deprecate_option("future.no_silent_downcasting", Pandas4Warning)

0 commit comments

Comments
 (0)