Skip to content

Commit

Permalink
Add types for psycogp2
Browse files Browse the repository at this point in the history
  • Loading branch information
nonprofittechy committed Sep 21, 2024
1 parent a989b4d commit 30013b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docassemble/AssemblyLine/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ pandas-stubs
sqlalchemy[mypy]
types-PyYAML
PyGithub
types-requests
types-requests
types-psycopg2
4 changes: 4 additions & 0 deletions docassemble/AssemblyLine/sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,11 @@ 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 30013b3

Please sign in to comment.