Skip to content

Commit 752bfa3

Browse files
committed
Remove unnecessary blank line in app.py
1 parent bb35925 commit 752bfa3

2 files changed

Lines changed: 0 additions & 1 deletion

File tree

__pycache__/app.cpython-311.pyc

0 Bytes
Binary file not shown.

app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from datetime import datetime
77

88

9-
109
def create_app():
1110
app = Flask(__name__)
1211
app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///site.db'

0 commit comments

Comments
 (0)