flake8: follow all F rules

This commit is contained in:
Yuming Zhu 2020-02-25 20:58:28 +08:00
parent 7b4c7aa3d1
commit 642508ccf6
10 changed files with 37 additions and 41 deletions

View file

@ -52,7 +52,7 @@ class ExtendedMarshaller(xmlrpc_client.Marshaller):
if six.PY2:
ExtendedMarshaller.dispatch[long] = ExtendedMarshaller.dump_int
ExtendedMarshaller.dispatch[long] = ExtendedMarshaller.dump_int # noqa: F821