Skip to content

Commit e9510f3

Browse files
authored
Update templateflow/api.py
1 parent 8efe107 commit e9510f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templateflow/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def _datalad_get(filepath):
309309

310310
def _s3_get(filepath):
311311
from sys import stderr
312-
from urllib.request import quote
312+
from urllib.parse import quote
313313

314314
import requests
315315
from tqdm import tqdm

0 commit comments

Comments
 (0)