We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb885b commit 5b1be23Copy full SHA for 5b1be23
source/utils.py
@@ -52,7 +52,7 @@ def wrapper(*args: Any, **kwargs: Any) -> T:
52
return outer
53
54
55
-def classattributes(default_attr, more_allowed_attr):
+def classattributes(default_attr: dict, more_allowed_attr: list):
56
""" class __init__decorator
57
Parses kwargs attributes, for optional arguments uses default values,
58
if not provided with kwargs
0 commit comments