fix: remove typehint
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user