Skip to content

Commit

Permalink
Remove witespace
Browse files Browse the repository at this point in the history
Github browser based editor sucks!
  • Loading branch information
bbbenji authored Nov 16, 2017
1 parent 45281bc commit f3f8fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miio/vacuumcontainers.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def __init__(self, data: Dict[str, Any]) -> None:
self.main_brush_total = timedelta(hours=300)
self.side_brush_total = timedelta(hours=200)
self.filter_total = timedelta(hours=150)
self.sensors_total = timedelta(hours=30)
self.sensors_total = timedelta(hours=30)

@property
def main_brush(self) -> timedelta:
Expand Down Expand Up @@ -325,7 +325,7 @@ def sensor_dirty(self) -> timedelta:
@property
def sensor_dirty_left(self) -> timedelta:
return self.side_brush_total - self.sensor_dirty

def __repr__(self) -> str:
return "<ConsumableStatus main: %s, side: %s, filter: %s, sensor dirty: %s>" % ( # noqa: E501
self.main_brush, self.side_brush, self.filter, self.sensor_dirty)
Expand Down

0 comments on commit f3f8fbe

Please sign in to comment.