Codespell ci (#1237)

This commit is contained in:
Gal Bashan
2022-08-29 12:38:25 +03:00
committed by GitHub
parent 934af7ea4f
commit 18e056b85a
30 changed files with 52 additions and 36 deletions

View File

@ -124,7 +124,7 @@ def remove_url_credentials(url: str) -> str:
parsed_url.fragment,
)
)
except ValueError: # an unparseable url was passed
except ValueError: # an unparsable url was passed
pass
return url