Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Sep 5, 2024
1 parent 583bdf7 commit 2a4b8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/src/datahub/cli/ingest_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def run(
strict_warnings: bool,
preview_workunits: int,
test_source_connection: bool,
report_to: str,
report_to: Optional[str],
no_default_report: bool,
no_spinner: bool,
no_progress: bool,
Expand Down

0 comments on commit 2a4b8d5

Please sign in to comment.