Skip to content

Commit 24199fe

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

mypyc/irbuild/prepare.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -366,11 +366,7 @@ def prepare_class_def(
366366
if free_list_len == 1:
367367
ir.reuse_freed_instance = True
368368
else:
369-
errors.error(
370-
f'Unsupported value for "free_list_len": {free_list_len}',
371-
path,
372-
line,
373-
)
369+
errors.error(f'Unsupported value for "free_list_len": {free_list_len}', path, line)
374370

375371
# Check for subclassing from builtin types
376372
for cls in info.mro:

0 commit comments

Comments
 (0)