Skip to content

Commit 67fd773

Browse files
Apply formatting and import sorting from pre-commit hooks
1 parent 7e59bda commit 67fd773

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/core/indexes/frozen.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,7 @@ def _disabled(self, *args, **kwargs) -> NoReturn:
111111

112112
def __str__(self) -> str:
113113
return pprint_thing(
114-
self,
115-
quote_strings=True,
116-
escape_chars=("\t", "\r", "\n", "'")
114+
self, quote_strings=True, escape_chars=("\t", "\r", "\n", "'")
117115
)
118116

119117
def __repr__(self) -> str:

0 commit comments

Comments
 (0)