We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c45c9 commit f59314bCopy full SHA for f59314b
1 file changed
src/vcspull/cli/sync.py
@@ -825,7 +825,7 @@ def guess_vcs(url: str) -> VCSLiteral | None:
825
class CouldNotGuessVCSFromURL(exc.VCSPullException):
826
"""Raised when no VCS could be guessed from a URL."""
827
828
- def __init__(self, repo_url: str, *args: object, **kwargs: object) -> None:
+ def __init__(self, repo_url: str) -> None:
829
return super().__init__(f"Could not automatically determine VCS for {repo_url}")
830
831
0 commit comments