Skip to content

Commit ea9669d

Browse files
author
Maintenance Bot
committed
Add docstring to util_helpers.py
1 parent bc225ba commit ea9669d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/usermanagement/app/utils/util_helpers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88

99
def is_userid_exists_in_db(session_instance, userid) -> tuple[int, Union[bool, None]]:
10+
"""Process request"""
1011
user_management_logger.info(f"Querying Userid in the Database to check the if user exists :: {userid}")
1112
is_user_exists = False
1213
try:

0 commit comments

Comments
 (0)