replace Tuple with tuple

This commit is contained in:
Michael Poluektov
2024-08-14 13:58:37 +01:00
parent a518d50477
commit 0470146d7b
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
import inspect
from typing import get_type_hints, List, Dict, Any
from typing import get_type_hints
def doc_to_dict(docstring):