Fixed erroneous type hint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user