Skip to content

Commit 9dae819

Browse files
committed
chore: sort imports
1 parent 6315628 commit 9dae819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
from __future__ import print_function
66

77
import errno
8+
import getopt
89
import os
910
import shutil
1011
import socket
1112
import sys
12-
import getopt
1313

1414
try:
1515
import urlparse

0 commit comments

Comments
 (0)