mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-05 21:15:05 -04:00
Remove redundant calls to render()
This commit is contained in:
parent
129ae841e5
commit
be8fa65d0b
13 changed files with 32 additions and 106 deletions
|
@ -19,7 +19,6 @@ from twisted.internet.interfaces import (
|
|||
)
|
||||
from twisted.python.failure import Failure
|
||||
from twisted.test.proto_helpers import AccumulatingProtocol, MemoryReactorClock
|
||||
from twisted.web.http import unquote
|
||||
from twisted.web.http_headers import Headers
|
||||
from twisted.web.resource import IResource
|
||||
from twisted.web.server import Site
|
||||
|
@ -267,10 +266,6 @@ def make_request(
|
|||
return req, channel
|
||||
|
||||
|
||||
def render(request, resource, clock):
|
||||
pass
|
||||
|
||||
|
||||
@implementer(IReactorPluggableNameResolver)
|
||||
class ThreadedMemoryReactorClock(MemoryReactorClock):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue