Fixed erroneous type hint
This commit is contained in:
parent
9c4504b1f3
commit
f103820af8
@ -33,7 +33,7 @@ class Device(ABC):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def get_data(self) -> Dict[str:Any]:
|
def get_data(self) -> Dict[str, Any]:
|
||||||
"""
|
"""
|
||||||
Get dict with all data from sensor;
|
Get dict with all data from sensor;
|
||||||
used for logging purposes
|
used for logging purposes
|
||||||
|
Loading…
Reference in New Issue
Block a user