Skip to content

Commit

Permalink
pylint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Teri-anric committed Oct 26, 2024
1 parent d6b99de commit c5eb280
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web_app/db/acrud.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ async def delete_object(
self, model: Type[ModelType] = None, obj_id: uuid = None
) -> None:
"""
Delete an object by its ID from the database asynchronously. Rolls back if the operation fails.
Delete an object by its ID from the database asynchronously.
Rolls back if the operation fails.
:param model: type[Base] = None
:param obj_id: uuid = None
:return: None
Expand Down

0 comments on commit c5eb280

Please sign in to comment.