From 5f9c976058c7b059482a314d65bf7b851a0123c8 Mon Sep 17 00:00:00 2001 From: Quinten Steenhuis Date: Tue, 18 Jun 2024 17:37:37 -0400 Subject: [PATCH] Fix formatting with Black --- docassemble/AssemblyLine/sessions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docassemble/AssemblyLine/sessions.py b/docassemble/AssemblyLine/sessions.py index 0a8b2a7c..47e142f2 100644 --- a/docassemble/AssemblyLine/sessions.py +++ b/docassemble/AssemblyLine/sessions.py @@ -692,7 +692,7 @@ def interview_list_html( offset (int, optional): Offset for the session list. Defaults to 0. display_interview_title (bool, optional): If True, displays the title of the interview. Defaults to True. show_view_button (bool, optional): If True, shows the view button. Defaults to True. - answers (Optional[List[Dict[str, Any]]], optional): A list of answers to format and display. Defaults to showing all sessions for the current user. + answers (Optional[List[Dict[str, Any]]], optional): A list of answers to format and display. Defaults to showing all sessions for the current user. Returns: str: HTML-formatted table containing the list of saved answers.