Skip to content

Commit 9faebc9

Browse files
jirhikeractions-user
authored andcommitted
Formatting changes
1 parent e53af41 commit 9faebc9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

core/app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def init_db():
3333
Base.metadata.drop_all(bind=engine)
3434
Base.metadata.create_all(bind=engine)
3535

36+
3637
def init_extensions():
3738
"""
3839
Initialize database extensions such as TimescaleDB.
@@ -46,6 +47,7 @@ def init_extensions():
4647
except DatabaseError:
4748
session.rollback()
4849

50+
4951
def init_lexicon():
5052
with open("./core/lexicon.json") as f:
5153
import json

0 commit comments

Comments
 (0)