Skip to content

Commit 78b74c3

Browse files
committed
python-modernize missed this one import. Should actually work now.
1 parent edd3357 commit 78b74c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygithub3/core/result/link.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- encoding: utf-8 -*-
33

4-
from urlparse import urlparse, parse_qs
4+
from urllib.parse import urlparse, parse_qs
55

66
from pygithub3.core.third_libs.link_header import parse_link_value
77

0 commit comments

Comments
 (0)