Skip to content

Commit

Permalink
Apply formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Oct 2, 2024
1 parent 14190c2 commit 4a53464
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def _parse_repo_url(source_repo_url: str) -> str:
if res is None:
raise ValueError(
f"Parameter source_repo_url={source_repo_url} does not match the following regex: "
f"^https://github.com/([a-zA-Z0-9\-_/]+)$"
rf"^https://github.com/([a-zA-Z0-9\-_/]+)$"
)
return res.groups()[0]

Expand Down

0 comments on commit 4a53464

Please sign in to comment.