Skip to content

Commit bceae79

Browse files
committed
fix: remove useless
1 parent d64b627 commit bceae79

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

mangopay/utils.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,6 @@
1515
from .compat import python_2_unicode_compatible
1616
from .exceptions import CurrencyMismatch
1717

18-
if six.PY3:
19-
from urllib import request
20-
21-
orig = request.URLopener.open_https
22-
request.URLopener.open_https = orig # uncomment this line back and forth
23-
elif six.PY2:
24-
import urllib
25-
26-
orig = urllib.URLopener.open_https
27-
urllib.URLopener.open_https = orig
28-
2918

3019
class AliasProperty(object):
3120
def __init__(self, name):

0 commit comments

Comments
 (0)