Skip to content

Commit

Permalink
Fix build for 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli committed Jul 19, 2018
1 parent b52f94c commit 0914e8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false
matrix:
fast_finish: true
include:
- python: "3.6"
- python: "3.7"

cache:
directories:
Expand Down
1 change: 0 additions & 1 deletion hassio/homeassistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

import aiohttp
from aiohttp import hdrs
from aiohttp.web_exceptions import HTTPUnauthorized
import attr

from .const import (
Expand Down

0 comments on commit 0914e8b

Please sign in to comment.