disable unused fct

This commit is contained in:
Florian Bezannier
2021-05-07 14:23:48 +02:00
parent c685c89cd1
commit 16645759e9
3 changed files with 3 additions and 34 deletions
-4
View File
@@ -63,10 +63,6 @@ class Database:
def convert_datetime_to_string(date: datetime):
return date.replace(tzinfo=pytz.UTC).isoformat(timespec='seconds', sep=" ")
@staticmethod
def update_callback():
Database.callback_fct()
@staticmethod
def set_db_callback(callbackfct):
Database.callback_fct = callbackfct