mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:06:05 -04:00
Appease pep8
This commit is contained in:
parent
b98b4c135d
commit
128cf2daf7
9 changed files with 46 additions and 27 deletions
|
@ -26,7 +26,7 @@ class MetricsResource(Resource):
|
|||
isLeaf = True
|
||||
|
||||
def __init__(self, hs):
|
||||
Resource.__init__(self) # Resource is old-style, so no super()
|
||||
Resource.__init__(self) # Resource is old-style, so no super()
|
||||
|
||||
self.hs = hs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue