Start adding some type decorators
This commit is contained in:
parent
d210f8aa88
commit
adaff5638d
1 changed files with 1 additions and 1 deletions
|
@ -112,5 +112,5 @@ class Database():
|
|||
|
||||
return cr
|
||||
|
||||
def get(self, table, values=dict()):
|
||||
def get(self, table, values: dict=dict()):
|
||||
return self.query(table, values).fetchone()
|
||||
|
|
Loading…
Add table
Reference in a new issue