Commit 14ff318b authored by John Reese's avatar John Reese Committed by Facebook GitHub Bot

apply pyfmt with usort to opted-in sources

Reviewed By: zertosh

Differential Revision: D24880203

fbshipit-source-id: 2034cdfc2712209e86d3d05c119c58f979b05c52
parent bfe27697
...@@ -28,8 +28,8 @@ from .runcmd import run_cmd ...@@ -28,8 +28,8 @@ from .runcmd import run_cmd
try: try:
from urlparse import urlparse
from urllib import urlretrieve from urllib import urlretrieve
from urlparse import urlparse
except ImportError: except ImportError:
from urllib.parse import urlparse from urllib.parse import urlparse
from urllib.request import urlretrieve from urllib.request import urlretrieve
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment