Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal committed Dec 23, 2024
1 parent 2774516 commit c422bef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion metadata-ingestion/src/datahub/cli/delete_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,9 @@ def undo_by_filter(
help="Urn of the entity to delete, for single entity deletion",
)
@click.option(
"--urn-file", required=True, help="Absolute path of file with urns (one per line) to be deleted"
"--urn-file",
required=True,
help="Absolute path of file with urns (one per line) to be deleted",
)
@click.option(
"-a",
Expand Down

0 comments on commit c422bef

Please sign in to comment.