Skip to content

Commit 1d3755c

Browse files
amyreesefacebook-github-bot
authored andcommitted
apply pyfmt with usort to opted-in sources
Reviewed By: zertosh Differential Revision: D24880203 fbshipit-source-id: 2034cdfc2712209e86d3d05c119c58f979b05c52
1 parent 179d90d commit 1d3755c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/fbcode_builder/getdeps/fetcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929

3030
try:
31-
from urlparse import urlparse
3231
from urllib import urlretrieve
32+
from urlparse import urlparse
3333
except ImportError:
3434
from urllib.parse import urlparse
3535
from urllib.request import urlretrieve

0 commit comments

Comments
 (0)