Skip to content

Commit

Permalink
[IMP] Removed seemingly unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Oct 9, 2024
1 parent 68d192b commit 348e800
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions source/app/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,6 @@
from app.models import Cases


def g_db_commit():
db.session.commit()


def g_db_add(obj):
if obj:
db.session.add(obj)


def g_db_del(obj):
if obj:
db.session.delete(obj)


class PgEncoder(json.JSONEncoder):

def default(self, o):
Expand Down

0 comments on commit 348e800

Please sign in to comment.