flake8 issue fixed

This commit is contained in:
Erdinc Mutlu 2018-10-28 16:42:24 +00:00
parent ee38a8f028
commit 11f7fba714
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ from pip._internal.utils.compat import WINDOWS, expanduser
from pip._internal.utils.typing import MYPY_CHECK_RUNNING
if MYPY_CHECK_RUNNING:
from typing import Union, Dict, List, Optional # noqa: F401
from typing import Union, Dict, List, Optional # noqa: F401
# Application Directories
USER_CACHE_DIR = appdirs.user_cache_dir("pip")