mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-12 07:57:11 +02:00
removes reportUnknownParameterType (pyright), disallows any generics (mypy)
This commit is contained in:
@ -7,7 +7,7 @@ from pydase.utils.warnings import (
|
||||
)
|
||||
|
||||
|
||||
class DataServiceList(list):
|
||||
class DataServiceList(list[Any]):
|
||||
"""
|
||||
DataServiceList is a list with additional functionality to trigger callbacks
|
||||
whenever an item is set. This can be used to track changes in the list items.
|
||||
|
Reference in New Issue
Block a user