Fix coding style

This commit is contained in:
Nikolay Korolev 2020-04-04 22:30:57 +03:00
parent f8bb362fef
commit e454181ba6
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from pip._internal.utils.logging import (
BrokenStdoutLoggingError,
ColorizedStreamHandler,
IndentingFormatter,
indent_log
indent_log,
)
from pip._internal.utils.misc import captured_stderr, captured_stdout