Commit 1d0f6dd7 authored by Martin v. Löwis's avatar Martin v. Löwis

normalize whitespace

parent 9ae3f7a1
...@@ -246,7 +246,7 @@ class MyRPCServer(rpc.RPCServer): ...@@ -246,7 +246,7 @@ class MyRPCServer(rpc.RPCServer):
thread.interrupt_main() thread.interrupt_main()
class _RPCFile(io.TextIOBase): 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.""" that may not support pickling."""
def __init__(self, rpc): def __init__(self, rpc):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment