Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
svarona committed Nov 28, 2024
1 parent 49fb18d commit 2ff56bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bu_isciii/new_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,9 @@ def create_new_service(self):
stderr.print(
"[yellow]WARN: No samples recorded in service: " + self.resolution_id
)
if bu_isciii.utils.prompt_yn_question("Do you want to proceed?: ", dflt=True):
if bu_isciii.utils.prompt_yn_question(
"Do you want to proceed?: ", dflt=True
):
self.create_folder()
self.copy_template()
if self.resolution_info["service_state"] != "in_progress":
Expand Down

0 comments on commit 2ff56bd

Please sign in to comment.