mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-02-14 14:28:40 +01:00
ignore mypy error
This commit is contained in:
@@ -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,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user