General code clean up
This commit is contained in:
@@ -387,10 +387,10 @@ async def delete_obj(
|
||||
|
||||
|
||||
def post_obj_template(
|
||||
obj_type:str,
|
||||
data:dict,
|
||||
return_obj:bool=True,
|
||||
by_alias:bool=True,
|
||||
obj_type: str,
|
||||
data: dict,
|
||||
return_obj: bool=True,
|
||||
by_alias: bool=True,
|
||||
include: Optional[list] = [],
|
||||
exclude: Optional[list] = [],
|
||||
exclude_unset: Optional[bool] = True,
|
||||
@@ -427,11 +427,11 @@ def post_obj_template(
|
||||
|
||||
|
||||
def patch_obj_template(
|
||||
obj_type:str,
|
||||
data:dict,
|
||||
obj_id:str,
|
||||
return_obj:bool=True,
|
||||
by_alias:bool=True,
|
||||
obj_type: str,
|
||||
data: dict,
|
||||
obj_id: str,
|
||||
return_obj: bool=True,
|
||||
by_alias: bool=True,
|
||||
include: Optional[list] = [],
|
||||
exclude: Optional[list] = [],
|
||||
exclude_unset: Optional[bool] = True,
|
||||
|
||||
Reference in New Issue
Block a user