Skip to content

Commit

Permalink
fix stash
Browse files Browse the repository at this point in the history
  • Loading branch information
nonprofittechy committed Sep 21, 2024
1 parent 30013b3 commit f4027db
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docassemble/AssemblyLine/sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1593,11 +1593,7 @@ def config_with_language_fallback(
def get_filenames_having_sessions(
user_id: Optional[Union[int, str]] = None,
global_search_allowed_roles: Optional[Union[Set[str], List[str]]] = None,
<<<<<<< Updated upstream
) -> List[str]:
=======
):
>>>>>>> Stashed changes
"""Get a list of all filenames that have sessions saved for a given user, in order
to help show the user a good list of interviews to filter search results.
Expand Down

0 comments on commit f4027db

Please sign in to comment.