We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd7e8d commit acf8bb4Copy full SHA for acf8bb4
1 file changed
sopy/__init__.py
@@ -1,11 +1,11 @@
1
-from flask import Flask, send_file
+from flask import Flask
2
from flask import render_template
3
from flask_alembic import Alembic
4
from flask_alembic.cli.click import cli as alembic_cli
5
from flask_babel import Babel
6
from sopy.ext.sqlalchemy import SQLAlchemy
7
8
-__version__ = '1.4.7'
+__version__ = '1.4.8'
9
10
alembic = Alembic()
11
babel = Babel()
0 commit comments