mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-07 14:02:08 +00:00
cleanup
This commit is contained in:
parent
7ac2908671
commit
a17692940b
|
@ -2,6 +2,7 @@ from typing import Any, Dict
|
|||
|
||||
from pyhon.appliances.base import ApplianceBase
|
||||
|
||||
|
||||
class Appliance(ApplianceBase):
|
||||
def attributes(self, data: Dict[str, Any]) -> Dict[str, Any]:
|
||||
data = super().attributes(data)
|
||||
|
|
Loading…
Reference in a new issue