Skip to content

Commit

Permalink
Update superset/daos/base.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
  • Loading branch information
john-bodley and michael-s-molina authored Jul 6, 2023
1 parent 6aaeed0 commit 8d32885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/daos/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def update(cls, model: T, properties: dict[str, Any], commit: bool = True) -> T:
@classmethod
def delete(cls, items: T | list[T], commit: bool = True) -> None:
"""
Delete the specified items(s) including their associated relationships.
Delete the specified item(s) including their associated relationships.
Note that bulk deletion via `delete` is not invoked in the base class as this
does not dispatch the ORM `after_delete` event which may be required to augment
Expand Down

0 comments on commit 8d32885

Please sign in to comment.