This commit is contained in:
Andrej730
2025-03-21 12:53:13 +05:00
parent a567af370b
commit e075c32a5a
19 changed files with 90 additions and 77 deletions
@@ -163,7 +163,7 @@ def remove_all_listeners():
post_listeners.clear()
def extract_docs(module, usecase):
def extract_docs(module: str, usecase: str) -> dict[str, Any]:
import typing
import collections