Flake8 fixes
This commit is contained in:
parent
0bd7eff8d6
commit
be86ddfea8
@ -23,7 +23,8 @@ class MusicBoxExtension(ext.Extension):
|
||||
return schema
|
||||
|
||||
def setup(self, registry):
|
||||
registry.add('http:app', {'name': self.ext_name, 'factory': self.factory})
|
||||
registry.add(
|
||||
'http:app', {'name': self.ext_name, 'factory': self.factory})
|
||||
|
||||
def factory(self, config, core):
|
||||
from tornado.web import RedirectHandler
|
||||
|
||||
Loading…
Reference in New Issue
Block a user