Skip to content

Commit f8721aa

Browse files
STY: Apply ruff formatting to method signature
1 parent e2b0f49 commit f8721aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pandas/core/indexes/base.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5194,7 +5194,9 @@ def _raise_scalar_data_error(cls, data):
51945194
)
51955195

51965196
@classmethod
5197-
def _maybe_copy_array_input(cls, data, copy: bool | None, dtype) -> tuple[Any, bool]:
5197+
def _maybe_copy_array_input(
5198+
cls, data, copy: bool | None, dtype
5199+
) -> tuple[Any, bool]:
51985200
"""
51995201
Ensure that the input data is copied if necessary.
52005202
GH#63388

0 commit comments

Comments
 (0)