Skip to content

Commit 28404ec

Browse files
committed
drop need for future library
1 parent b42a420 commit 28404ec

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

wes_client/util.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99

1010
from wes_service.util import visit
1111

12-
from future.standard_library import hooks
13-
14-
with hooks():
15-
from urllib.request import urlopen, pathname2url
12+
from urllib.request import urlopen, pathname2url
1613

1714

1815
def two_seven_compatible(filePath):

0 commit comments

Comments
 (0)