make flake happy

This commit is contained in:
Yun Xu 2017-06-07 00:25:08 -07:00
parent b5dc6e9666
commit 4766786794

View File

@ -103,7 +103,6 @@ class Sanic(MutableMapping):
def __iter__(self):
return iter(self._extensions)
# -------------------------------------------------------------------- #
# Registration
# -------------------------------------------------------------------- #