Skip to content

Commit 190a0e0

Browse files
committed
flake8 fixes: ignore import unused in python3.
1 parent 2f5b652 commit 190a0e0

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
7+
import xmlrpclib as client # noqa: F401
88
import SimpleXMLRPCServer as server

0 commit comments

Comments
 (0)