Fix pep8 and pyflakes warnings

This commit is contained in:
Mark Haines 2014-11-20 18:00:10 +00:00
parent 8f8c484bc6
commit 610c2ea131
6 changed files with 21 additions and 12 deletions

View file

@ -28,7 +28,7 @@ logger = logging.getLogger(__name__)
def matrix_federation_endpoint(reactor, destination, ssl_context_factory=None,
timeout=None):
timeout=None):
"""Construct an endpoint for the given matrix destination.
Args: