We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4915fe1 commit c72e494Copy full SHA for c72e494
utils/url.py
@@ -0,0 +1,7 @@
1
+def normalize(url: str) -> str:
2
+ """
3
+ removes // from url
4
+ :param url: string
5
+ :return: string
6
7
+ return url.replace('//', 'https://')
0 commit comments