normalize whitespace
This commit is contained in:
parent
9ae3f7a189
commit
1d0f6dd7db
|
@ -246,7 +246,7 @@ class MyRPCServer(rpc.RPCServer):
|
|||
thread.interrupt_main()
|
||||
|
||||
class _RPCFile(io.TextIOBase):
|
||||
"""Wrapper class for the RPC proxy to typecheck arguments
|
||||
"""Wrapper class for the RPC proxy to typecheck arguments
|
||||
that may not support pickling."""
|
||||
|
||||
def __init__(self, rpc):
|
||||
|
|
Loading…
Reference in New Issue