Skip to content

Commit fad65fe

Browse files
Update src/gitingest/parse_query.py
Co-authored-by: Filip Christiansen <22807962+filipchristiansen@users.noreply.github.com>
1 parent 861c01f commit fad65fe

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/gitingest/parse_query.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,6 @@ def _parse_url(url: str) -> dict[str, Any]:
116116
_id = str(uuid.uuid4())
117117
slug = f"{user_name}-{repo_name}"
118118

119-
final_url = (
120-
f"https://{domain}/{user_name}/{repo_name}"
121-
if url.startswith("https://")
122-
else f"http://{domain}/{user_name}/{repo_name}"
123-
)
124119
parsed = {
125120
"user_name": user_name,
126121
"repo_name": repo_name,

0 commit comments

Comments
 (0)