Skip to content

Commit

Permalink
remove g1vacuum ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Sep 17, 2021
1 parent cbcc5ca commit ea67e3f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions miio/g1vacuum.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,17 +275,6 @@ class G1Vacuum(MiotDevice):

mapping = MIOT_MAPPING[MIJIA_VACUUM_V2]

def __init__(
self,
ip: str = None,
token: str = None,
start_id: int = 0,
debug: int = 0,
lazy_discover: bool = True,
model: str = MIJIA_VACUUM_V2,
) -> None:
super().__init__(ip, token, start_id, debug, lazy_discover, model=model)

@command(
default_output=format_output(
"",
Expand Down

0 comments on commit ea67e3f

Please sign in to comment.