Fix lint issues (#1656)

This commit is contained in:
Dev Khant
2024-08-07 15:08:36 +05:30
committed by GitHub
parent 4af6288adb
commit 296327793c
7 changed files with 6 additions and 9 deletions

View File

@@ -1,6 +1,5 @@
import sqlite3
import uuid
from datetime import datetime
class SQLiteManager: