wip
This commit is contained in:
parent
1a0bf1adb9
commit
c3db85a209
21 changed files with 647 additions and 658 deletions
|
|
@ -21,7 +21,6 @@ class FastModel(SQLModel):
|
|||
|
||||
def post(self, config: "Config" = None) -> None:
|
||||
if config is None:
|
||||
|
||||
config = get_config()
|
||||
|
||||
self.pre_post()
|
||||
|
|
@ -36,7 +35,6 @@ class FastModel(SQLModel):
|
|||
self, id: int = None, config: "Config" = None, where=None
|
||||
) -> Optional["FastModel"]:
|
||||
if config is None:
|
||||
|
||||
config = get_config()
|
||||
|
||||
self.pre_get()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue