Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades committed Mar 22, 2021
1 parent 78053ff commit 7f86f0d
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
Expand Up @@ -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:
Expand Down

0 comments on commit 7f86f0d

Please sign in to comment.