Skip to content

Commit 8058b7d

Browse files
committed
Always check the argument types
1 parent 70a9e5a commit 8058b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asphalt/exceptions/component.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def __init__(
6565
install_default_handler: bool = True,
6666
**default_args,
6767
) -> None:
68-
assert check_argument_types()
68+
check_argument_types()
6969
self.install_default_handler = install_default_handler
7070
if not reporters:
7171
reporters = {"default": default_args}

0 commit comments

Comments
 (0)