Skip to content

Commit e11d417

Browse files
remove comment
1 parent eeadb10 commit e11d417

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

diracx-core/src/diracx/core/config/sources.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ def clear_caches(self):
197197

198198
def exctract_remote_url(self, backend_url: ConfigSourceUrl) -> str:
199199
"""Extract the base URL without the 'git+' prefix and query parameters."""
200-
# TODO: fix typing issue
201200
parsed_url = urlparse(str(backend_url).replace("git+", ""))
202201
remote_url = urlunparse(parsed_url._replace(query=""))
203202
return remote_url

0 commit comments

Comments
 (0)