Description
Issue description:
As the first parameter passed to the check_type function from typeguard package is unexpected, the execution breaks with the following TypeError:
TypeError: check_type() takes 2 positional arguments but 3 were given
Check the incorrect line of code here:
More reference:
Typeguard API reference doc: https://typeguard.readthedocs.io/en/latest/api.html#typeguard.check_type
Suggested correction:
Instead, the code must have been:
check_type(value, data_type)
Metadata
Metadata
Assignees
Labels
No labels