Skip to content

Commit

Permalink
Update src/poetry/core/packages/vcs_dependency.py
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering authored Jun 13, 2023
1 parent c304556 commit f4275d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poetry/core/packages/vcs_dependency.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def pretty_constraint(self) -> str:

return f"{what} {version}"

def _base_pep_508_name(self, resolved: bool = False) -> str:
def _base_pep_508_name(self, *, resolved: bool = False) -> str:
from poetry.core.vcs import git

requirement = self.pretty_name
Expand Down

0 comments on commit f4275d3

Please sign in to comment.