Cleanup imports.

This commit is contained in:
Alexis Lahouze 2015-11-27 12:25:37 +01:00
parent ffcc8843a4
commit 4d88fef98f
1 changed files with 1 additions and 4 deletions

View File

@ -14,13 +14,10 @@
You should have received a copy of the GNU Affero General Public License
along with Accountant. If not, see <http://www.gnu.org/licenses/>.
"""
from contextlib import contextmanager
from flask import Flask, redirect, url_for
from flask.ext.sqlalchemy import SQLAlchemy
from flask.ext.bower import Bower
from flask.ext.assets import Environment, Bundle
from flask.ext.assets import Environment
# The app
app = Flask(__name__, static_folder=None)