Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal committed Dec 12, 2024
1 parent cc6be5b commit b74b19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata-ingestion/src/datahub/cli/delete_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@ def by_filter(
if not force and not soft and not dry_run:
message = (
"Hard deletion will permanently delete data from DataHub and can be slow. "
"We generally recommend using soft deletes instead. "
"Do you want to continue?"
"We generally recommend using soft deletes instead. "
"Do you want to continue?"
)
if only_soft_deleted:
click.confirm(
Expand Down

0 comments on commit b74b19f

Please sign in to comment.