Skip to content

Commit

Permalink
remove adapi import
Browse files Browse the repository at this point in the history
  • Loading branch information
benleb committed Feb 29, 2020
1 parent 236bc5e commit a0629dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/automoli/automoli.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from datetime import time
from typing import Any, Dict, List, Optional, Set, Union

import adapi as adapi
import hassapi as hass


Expand Down Expand Up @@ -54,7 +53,7 @@ def _install_packages(required: Set[str]) -> bool:
from adutils import ADutils, hl, py37_or_higher # noqa # isort:skip


class AutoMoLi(hass.Hass, adapi.ADAPI): # type: ignore
class AutoMoLi(hass.Hass): # type: ignore
"""Automatic Motion Lights."""

def initialize(self) -> None:
Expand Down

0 comments on commit a0629dd

Please sign in to comment.