Skip to content

Commit ae2fe46

Browse files
committed
chore: flake8
1 parent ee906b0 commit ae2fe46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libvcs/projects/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class VCSLocation(NamedTuple):
1616

1717

1818
def convert_pip_url(pip_url: str) -> VCSLocation:
19-
"""Return repo URL and revision by parsing `libvcs.projects.base.BaseProject.url`."""
19+
"""Parse pip URL via `libvcs.projects.base.BaseProject.url`."""
2020
error_message = (
2121
"Sorry, '%s' is a malformed VCS url. "
2222
"The format is <vcs>+<protocol>://<url>, "

0 commit comments

Comments
 (0)