Skip to content

Commit

Permalink
Fix other lint problem
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-costas committed Sep 25, 2023
1 parent 7243ea2 commit 16e7498
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion craft_cli/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,9 @@ def _get_progress_params(
return stream, use_timestamp, ephemeral

@_active_guard()
def progress(self, text: str, permanent: bool = False, update_titlebar: bool = False) -> None: # noqa: FBT001, FBT002
def progress(
self, text: str, permanent: bool = False, update_titlebar: bool = False
) -> None: # noqa: FBT001, FBT002
"""Progress information for a multi-step command.
This is normally used to present several separated text messages.
Expand Down

0 comments on commit 16e7498

Please sign in to comment.