mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-05 19:55:47 +03:00
apply pyfmt with usort to opted-in sources
Reviewed By: zertosh Differential Revision: D24880203 fbshipit-source-id: 2034cdfc2712209e86d3d05c119c58f979b05c52
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f012db214e
commit
e5d1dee791
@@ -28,8 +28,8 @@ from .runcmd import run_cmd
|
||||
|
||||
|
||||
try:
|
||||
from urlparse import urlparse
|
||||
from urllib import urlretrieve
|
||||
from urlparse import urlparse
|
||||
except ImportError:
|
||||
from urllib.parse import urlparse
|
||||
from urllib.request import urlretrieve
|
||||
|
Reference in New Issue
Block a user