Skip to content

Commit

Permalink
tesla: added missing @AbstractMethod
Browse files Browse the repository at this point in the history
  • Loading branch information
eras committed Dec 1, 2022
1 parent c1267a5 commit b508225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions teslabot/tesla.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ def valid_charge(app: "App") -> p.Parser[ChargeArgs]:
)

class HeaterObject(ABC):
@abstractmethod
def get_command(self, heater_level: "HeaterLevel") -> Tuple[str, Dict[str, Any]]:
...

Expand Down

0 comments on commit b508225

Please sign in to comment.