Skip to content

Commit

Permalink
docs: Update src/ape/managers/project/dependency.py
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Sep 6, 2023
1 parent ca37e63 commit c32b475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape/managers/project/dependency.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def remove_dependency(self, name: str, versions: Optional[List[str]] = None):

return

# Use single version if there is one ans wasn't given anything.
# Use single version if there is one and wasn't given anything.
versions = (
[x.name for x in available_versions]
if not versions and len(available_versions) == 1
Expand Down

0 comments on commit c32b475

Please sign in to comment.