Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
sultaniman committed Mar 22, 2024
1 parent f938e7a commit 67b6ab3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dlt/common/cli/runner/inquirer.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ def maybe_ask(self) -> t.Tuple[dlt.Pipeline, t.Union[DltResource, DltSource]]:
real_source_name = f" ({label}: {resource.name})"

fmt.echo(
"\nPipeline: " + fmt.style(pipeline_name + real_pipeline_name, fg="blue", underline=True)
"\nPipeline: "
+ fmt.style(pipeline_name + real_pipeline_name, fg="blue", underline=True)
)

fmt.echo(
Expand Down

0 comments on commit 67b6ab3

Please sign in to comment.