Skip to content

Commit ac8f3ff

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 629f1cf commit ac8f3ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypyc/codegen/emit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ def pformat_deterministic(obj: object, line_width: int) -> str:
12791279
# Temporarily override pprint._safe_key
12801280
default_safe_key = pprint._safe_key # type: ignore [attr-defined]
12811281
pprint._safe_key = _mypyc_safe_key # type: ignore [attr-defined]
1282-
1282+
12831283
try:
12841284
return pprint.pformat(obj, compact=True, width=max(90 - line_width, 20))
12851285
finally:

0 commit comments

Comments
 (0)