Skip to content

Commit 409f905

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

mypy/build.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -723,8 +723,7 @@ def plugin_error(message: str) -> NoReturn:
723723
snapshot[module_name] = take_module_snapshot(module)
724724
except Exception:
725725
print(
726-
f"Error constructing plugin instance of {plugin_type.__name__}\n",
727-
file=stdout,
726+
f"Error constructing plugin instance of {plugin_type.__name__}\n", file=stdout
728727
)
729728
raise # Propagate to display traceback
730729

0 commit comments

Comments
 (0)