Skip to content

Commit 5b1be23

Browse files
committed
add typing
Signed-off-by: hwassman <[email protected]>
1 parent 1eb885b commit 5b1be23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def wrapper(*args: Any, **kwargs: Any) -> T:
5252
return outer
5353

5454

55-
def classattributes(default_attr, more_allowed_attr):
55+
def classattributes(default_attr: dict, more_allowed_attr: list):
5656
""" class __init__decorator
5757
Parses kwargs attributes, for optional arguments uses default values,
5858
if not provided with kwargs

0 commit comments

Comments
 (0)