mirror of
https://github.com/frappe/lms.git
synced 2026-05-01 05:09:27 +03:00
chore: added type hints to all whitelisted functions
This commit is contained in:
@@ -16,7 +16,7 @@ def search_sqlite(query: str):
|
||||
return prepare_search_results(result)
|
||||
|
||||
|
||||
def prepare_search_results(result):
|
||||
def prepare_search_results(result: dict):
|
||||
groups = get_grouped_results(result)
|
||||
|
||||
out = []
|
||||
|
||||
Reference in New Issue
Block a user