Skip to content

Commit

Permalink
Ah the imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Oct 19, 2019
1 parent e6875ec commit 1875573
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/pip/_internal/operations/generate_metadata.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
"""Metadata generation logic for source distributions.
"""

import atexit
import logging
import os

from pip._internal.exceptions import InstallationError
from pip._internal.utils.misc import ensure_dir
from pip._internal.utils.setuptools_build import make_setuptools_egg_info_args
from pip._internal.utils.subprocess import call_subprocess
from pip._internal.utils.subprocess import (
call_subprocess,
runner_with_spinner_message,
)
from pip._internal.utils.temp_dir import TempDirectory
from pip._internal.utils.typing import MYPY_CHECK_RUNNING
from pip._internal.vcs import vcs

Expand Down
1 change: 0 additions & 1 deletion src/pip/_internal/req/req_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

from __future__ import absolute_import

import atexit
import logging
import os
import shutil
Expand Down

0 comments on commit 1875573

Please sign in to comment.