update short scripts
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ from datetime import date as datetime_date
|
||||
from pathlib import Path
|
||||
|
||||
class Database:
|
||||
def __init__(self, table):
|
||||
def __init__(self, table: str):
|
||||
self.table = table
|
||||
self.columns = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user