Skip to content

Commit

Permalink
fix flake8 issues for appdaemon/plugins/hass/hassapi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Dec 4, 2019
1 parent 11a0770 commit a84b3f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appdaemon/plugins/hass/hassapi.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import requests
from ast import literal_eval
from functools import wraps

import appdaemon.adbase as adbase
import appdaemon.adapi as adapi
Expand All @@ -11,8 +12,6 @@

requests.packages.urllib3.disable_warnings(InsecureRequestWarning)

from functools import wraps


def hass_check(func):
@wraps(func)
Expand Down

0 comments on commit a84b3f3

Please sign in to comment.