[dev-gnome-web] Beautify code using coala
- From: Lasse Schuirmann <lschuirma src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dev-gnome-web] Beautify code using coala
- Date: Thu, 28 Jan 2016 10:55:37 +0000 (UTC)
commit 8e0281f042c6d41d7d37c678286aab0533899ae3
Author: Lasse Schuirmann <lasse schuirmann gmail com>
Date: Thu Jan 28 11:54:59 2016 +0100
Beautify code using coala
This fixes all static code analysis results.
manage.py | 1 +
server/app.py | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/manage.py b/manage.py
index 7e8dd7e..adfbc7a 100755
--- a/manage.py
+++ b/manage.py
@@ -5,6 +5,7 @@ This is an application management application that allows to run the server.
"""
from flask_script import Manager
+
from server.app import app
manager = Manager(app)
diff --git a/server/app.py b/server/app.py
index ada7cab..f12423b 100644
--- a/server/app.py
+++ b/server/app.py
@@ -2,7 +2,7 @@
Contains the main Flask application.
"""
-from os.path import dirname, abspath, join
+from os.path import abspath, dirname, join
from flask import Flask
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]