Skip to content

Commit

Permalink
Fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Nov 15, 2023
1 parent 11e0b56 commit 4d367ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion archive_query_log/parse/url_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ def parse_url_query(parser: UrlQueryParser, url: str) -> str | None:
query = query.strip()
query = " ".join(query.split())
return query

0 comments on commit 4d367ce

Please sign in to comment.