Skip to content

Commit c422bef

Browse files
committed
fix lint
1 parent 2774516 commit c422bef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

metadata-ingestion/src/datahub/cli/delete_cli.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,9 @@ def undo_by_filter(
266266
help="Urn of the entity to delete, for single entity deletion",
267267
)
268268
@click.option(
269-
"--urn-file", required=True, help="Absolute path of file with urns (one per line) to be deleted"
269+
"--urn-file",
270+
required=True,
271+
help="Absolute path of file with urns (one per line) to be deleted",
270272
)
271273
@click.option(
272274
"-a",

0 commit comments

Comments
 (0)