Skip to content

Commit

Permalink
Fix formatting with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
nonprofittechy committed Jun 18, 2024
1 parent 0a81f8c commit 5f9c976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docassemble/AssemblyLine/sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5f9c976

Please sign in to comment.