Skip to content

Commit

Permalink
Fix linting failure
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Nov 15, 2016
1 parent b7697c5 commit 9fdc457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions treq/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ class RequestTraversalAgent(object):

def __init__(self, rootResource):
"""
:param rootResource: The Twisted `IResource` at the root of the resource
tree.
:param rootResource: The Twisted `IResource` at the root of the
resource tree.
"""
self._memoryReactor = MemoryReactor()
self._realAgent = Agent(reactor=self._memoryReactor)
Expand Down

0 comments on commit 9fdc457

Please sign in to comment.