mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-20 00:10:03 +02:00
ignore mypy error
This commit is contained in:
parent
00c6d4c068
commit
7fdd08021a
@ -29,7 +29,7 @@ def validate_set(
|
|||||||
def wrapper(*args: P.args, **kwargs: P.kwargs) -> R:
|
def wrapper(*args: P.args, **kwargs: P.kwargs) -> R:
|
||||||
return func(*args, **kwargs)
|
return func(*args, **kwargs)
|
||||||
|
|
||||||
wrapper._validate_kwargs = {
|
wrapper._validate_kwargs = { # type: ignore
|
||||||
"timeout": timeout,
|
"timeout": timeout,
|
||||||
"precision": precision,
|
"precision": precision,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user