Skip to content

Commit

Permalink
pb.py: clean up whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
warner committed Jun 30, 2016
1 parent 23a8728 commit 2813a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/foolscap/pb.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __init__(self, tub, endpoint_or_description, _test_options={},
self._ep = endpoint_or_description
elif isinstance(endpoint_or_description, str):
self._ep = endpoints.serverFromString(reactor,
endpoint_or_description)
endpoint_or_description)
else:
raise TypeError("I require an endpoint, or a string description that can be turned into one")
self._lp = None
Expand Down

0 comments on commit 2813a28

Please sign in to comment.