Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pfmoore committed Oct 25, 2020
1 parent 7f14661 commit fa9e114
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/functional/test_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
import os
import re
import sys
from os.path import exists

import pytest

from pip._internal.cli.status_codes import ERROR, PREVIOUS_BUILD_DIR_ERROR
from pip._internal.cli.status_codes import ERROR
from tests.lib import pyversion # noqa: F401


Expand Down

0 comments on commit fa9e114

Please sign in to comment.