Skip to content

Commit 3a198db

Browse files
author
Eric Novotny
committed
mypy fix
1 parent 90433d8 commit 3a198db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cwms/users/users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def get_user_profile() -> dict[str, Any]:
3535
return dict(response)
3636

3737

38-
def filter_users_by_office(data: dict, office: str) -> dict:
38+
def filter_users_by_office(data: dict[str, Any], office: str) -> dict[str, Any]:
3939
"""
4040
Filter users JSON to only include users that have roles for the specified office.
4141
Each user's roles dict will only contain the entry for that office.

0 commit comments

Comments
 (0)