flake8: apply E3 rules
This commit is contained in:
parent
05340b146b
commit
0f727a2ab4
32 changed files with 534 additions and 70 deletions
|
|
@ -55,7 +55,6 @@ if six.PY2:
|
|||
ExtendedMarshaller.dispatch[long] = ExtendedMarshaller.dump_int # noqa: F821
|
||||
|
||||
|
||||
|
||||
def dumps(params, methodname=None, methodresponse=None, encoding=None,
|
||||
allow_none=1, marshaller=None):
|
||||
"""encode an xmlrpc request or response
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue