mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 14:44:55 -04:00
Remove unnecessary pass statements. (#12206)
This commit is contained in:
parent
3b12f6d61b
commit
bc9dff1d95
11 changed files with 1 additions and 15 deletions
|
@ -233,7 +233,6 @@ class HttpServer(Protocol):
|
|||
servlet_classname (str): The name of the handler to be used in prometheus
|
||||
and opentracing logs.
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
class _AsyncResource(resource.Resource, metaclass=abc.ABCMeta):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue