We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeadb10 commit e11d417Copy full SHA for e11d417
1 file changed
diracx-core/src/diracx/core/config/sources.py
@@ -197,7 +197,6 @@ def clear_caches(self):
197
198
def exctract_remote_url(self, backend_url: ConfigSourceUrl) -> str:
199
"""Extract the base URL without the 'git+' prefix and query parameters."""
200
- # TODO: fix typing issue
201
parsed_url = urlparse(str(backend_url).replace("git+", ""))
202
remote_url = urlunparse(parsed_url._replace(query=""))
203
return remote_url
0 commit comments