Skip to content

Commit

Permalink
add type
Browse files Browse the repository at this point in the history
  • Loading branch information
vyokky committed Mar 19, 2024
1 parent 6c0247d commit fb5edbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ufo/experience/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def get_request_partition(self) -> list:


@staticmethod
def get_user_request(log_partition: dict):
def get_user_request(log_partition: dict) -> str:
"""
Get the user request.
:param log_partition: The log partition.
Expand All @@ -166,7 +166,7 @@ def get_user_request(log_partition: dict):


@staticmethod
def get_app_list(log_partition: dict):
def get_app_list(log_partition: dict) -> list:
"""
Get the user request.
:param log_partition: The log partition.
Expand Down

0 comments on commit fb5edbf

Please sign in to comment.