Skip to content

Commit

Permalink
return types added
Browse files Browse the repository at this point in the history
  • Loading branch information
rithikreddypalla committed Jan 27, 2025
1 parent fed6602 commit 48cf730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def unique_roles_id(uid, cid):
)


def getUser(uid, cookies=None):
def getUser(uid, cookies=None) -> dict | None:
"""
Query request to the Users microservice to fetch user details.
Expand Down

0 comments on commit 48cf730

Please sign in to comment.