Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardusrendy committed Jun 18, 2024
1 parent 78a5c4a commit 3ade681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alab_management/lab_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def request_user_input(self, prompt: str, options: list[str]) -> str:
value returned by the user.
"""
return request_user_input(task_id=self.task_id, prompt=prompt, options=options)

def request_user_input_with_note(
self, prompt: str, options: list[str]
) -> tuple[str, str]:
Expand Down

0 comments on commit 3ade681

Please sign in to comment.