Skip to content

Commit

Permalink
Sigh, sorry linters...
Browse files Browse the repository at this point in the history
  • Loading branch information
pfmoore committed Mar 5, 2020
1 parent 1f5bf21 commit dc63d24
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/unit/resolution_resolvelib/test_resolvelib_provider.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
from functools import partial

from pip._vendor.packaging.requirements import Requirement
from pip._internal.req.constructors import install_req_from_req_string

from pip._internal.resolution.resolvelib.providers import Provider
from pip._internal.resolution.resolvelib.requirements import (
ResolveOptions,
VersionedRequirement
VersionedRequirement,
)


Expand Down

0 comments on commit dc63d24

Please sign in to comment.