We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd3357 commit 78b74c3Copy full SHA for 78b74c3
pygithub3/core/result/link.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python
2
# -*- encoding: utf-8 -*-
3
4
-from urlparse import urlparse, parse_qs
+from urllib.parse import urlparse, parse_qs
5
6
from pygithub3.core.third_libs.link_header import parse_link_value
7
0 commit comments