Skip to content

Commit 556796b

Browse files
committed
fixed linting
1 parent 8124537 commit 556796b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bu_isciii/new_service.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,9 @@ def create_new_service(self):
277277
stderr.print(
278278
"[yellow]WARN: No samples recorded in service: " + self.resolution_id
279279
)
280-
if bu_isciii.utils.prompt_yn_question("Do you want to proceed?: ", dflt=True):
280+
if bu_isciii.utils.prompt_yn_question(
281+
"Do you want to proceed?: ", dflt=True
282+
):
281283
self.create_folder()
282284
self.copy_template()
283285
if self.resolution_info["service_state"] != "in_progress":

0 commit comments

Comments
 (0)