fix: remove typehint
CI for phoenix_bec / test (push) Failing after 34s
CI for phoenix_bec / test (pull_request) Failing after 35s

This commit is contained in:
2026-07-28 10:18:54 +02:00
parent 0b10ecfeaa
commit 130fabc727
@@ -43,7 +43,7 @@ class CustomDetectorMixin:
will allow the custom prepare class to access the parent device with all its signals.
"""
def __init__(self, *_args, parent: T = None, **_kwargs) -> None:
def __init__(self, *_args, parent = None, **_kwargs) -> None:
"""
Initialize the custom prepare class.