Skip to content

Commit 846aeb5

Browse files
committed
Use urllib from six
1 parent 3b8cb72 commit 846aeb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pusher_push_notifications/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
import json
66
import re
77
import time
8-
import urllib
98
import warnings
109

1110
import jwt
1211
import requests
1312
import six
13+
from six.moves import urllib
1414

1515
SDK_VERSION = '1.0.3'
1616

0 commit comments

Comments
 (0)