From 39aa64ff68b1c537b0d517aeacec4561ff09e5e1 Mon Sep 17 00:00:00 2001 From: Eli Uriegas Date: Fri, 17 Feb 2017 06:57:41 -0600 Subject: [PATCH] Remove un-needed loop assignment --- sanic/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sanic/app.py b/sanic/app.py index 028ae4d5..6552a8e2 100644 --- a/sanic/app.py +++ b/sanic/app.py @@ -527,7 +527,6 @@ class Sanic: self.error_handler.debug = debug self.debug = debug - loop = self.loop server_settings = { 'protocol': protocol,