Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades committed Mar 21, 2021
1 parent 74ccb65 commit 3f68cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdm/models/candidates.py
Original file line number Diff line number Diff line change
@@ -14,8 +14,8 @@
from pdm.exceptions import BuildError, ExtrasError, RequirementError
from pdm.models import pip_shims
from pdm.models.markers import Marker
from pdm.models.setup import Setup
from pdm.models.requirements import Requirement, filter_requirements_with_extras
from pdm.models.setup import Setup
from pdm.utils import cached_property, path_replace

if TYPE_CHECKING:

0 comments on commit 3f68cdd

Please sign in to comment.