1
0
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:
John Reese
2020-11-10 21:23:10 -08:00
committed by Facebook GitHub Bot
parent f012db214e
commit e5d1dee791

View File

@@ -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