We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5b652 commit 190a0e0Copy full SHA for 190a0e0
roundup/anypy/xmlrpc_.py
@@ -4,5 +4,5 @@
4
server.SimpleXMLRPCDispatcher
5
except (ImportError, AttributeError):
6
# Python 2.
7
- import xmlrpclib as client
+ import xmlrpclib as client # noqa: F401
8
import SimpleXMLRPCServer as server
0 commit comments