From 2e6298b0115bc580490511c098164ab1146c0255 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Tue, 14 May 2019 16:44:49 -0700 Subject: [PATCH] removed needless local import --- hyperglass/wsgi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hyperglass/wsgi.py b/hyperglass/wsgi.py index 7b3b5df..1d17989 100644 --- a/hyperglass/wsgi.py +++ b/hyperglass/wsgi.py @@ -2,7 +2,6 @@ import os import hyperglass from hyperglass.hyperglass import app -from hyperglass import render application = app