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