Skip to content

Commit ad9b9c1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def _print_message(self, message: str, file: SupportsWrite[str] | None = None) -
411411
if message:
412412
if file is None:
413413
file = self.stderr
414-
print(message, file=file, end='')
414+
print(message, file=file, end="")
415415

416416
# ===============
417417
# Exiting methods

0 commit comments

Comments
 (0)