From 47667867940fe01967087182f7d79fef0002f8a6 Mon Sep 17 00:00:00 2001 From: Yun Xu Date: Wed, 7 Jun 2017 00:25:08 -0700 Subject: [PATCH] make flake happy --- sanic/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sanic/app.py b/sanic/app.py index 5de79339..f5b27563 100644 --- a/sanic/app.py +++ b/sanic/app.py @@ -103,7 +103,6 @@ class Sanic(MutableMapping): def __iter__(self): return iter(self._extensions) - # -------------------------------------------------------------------- # # Registration # -------------------------------------------------------------------- #