Appease pep8

This commit is contained in:
Paul "LeoNerd" Evans 2015-03-12 16:24:38 +00:00
parent b98b4c135d
commit 128cf2daf7
9 changed files with 46 additions and 27 deletions

View file

@ -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