fix linter

This commit is contained in:
Emil Burzo 2019-10-02 08:51:14 +03:00
parent 004103c0f5
commit c7e239c47c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from pip._internal.utils.misc import (
display_path,
is_console_interactive,
rmtree,
split_auth_from_netloc
split_auth_from_netloc,
)
from pip._internal.utils.subprocess import make_command
from pip._internal.utils.typing import MYPY_CHECK_RUNNING