Skip to content

Commit 5bffe3b

Browse files
committed
chore: sort imports.
1 parent 6ae8219 commit 5bffe3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/anypy/xmlrpc_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
server.SimpleXMLRPCDispatcher
55
except (ImportError, AttributeError):
66
# Python 2.
7-
import xmlrpclib as client # noqa: F401
87
import SimpleXMLRPCServer as server
8+
import xmlrpclib as client # noqa: F401

0 commit comments

Comments
 (0)