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 70a9e5a commit 8058b7dCopy full SHA for 8058b7d
src/asphalt/exceptions/component.py
@@ -65,7 +65,7 @@ def __init__(
65
install_default_handler: bool = True,
66
**default_args,
67
) -> None:
68
- assert check_argument_types()
+ check_argument_types()
69
self.install_default_handler = install_default_handler
70
if not reporters:
71
reporters = {"default": default_args}
0 commit comments