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