From 4bb25dfdb162f843cd3bf9e1da2515fd7be2e3b8 Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Thu, 3 Dec 2015 09:40:28 +0000 Subject: [PATCH] Pep8 appeased --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 5f2a40ec0..0b647461e 100644 --- a/wsgi.py +++ b/wsgi.py @@ -4,4 +4,4 @@ import os application = create_app(os.getenv('NOTIFICATIONS_ADMIN_ENVIRONMENT') or 'development') if __name__ == "__main__": - application.run() \ No newline at end of file + application.run()