mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-03 04:10:48 +08:00
Codespell ci (#1237)
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user