Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Nov 19, 2023
1 parent 4495410 commit bc5eb41
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ asynctest==0.13.0
fnv_hash_fast
home-assistant-frontend
homeassistant
Pillow
janus
Pillow
psutil_home_assistant
pytest==7.4.3
pytest-asyncio==0.21.1
pytest-cov==4.1.0
pytest-snapshot==0.9.0
pytest-socket==0.6.0
pytest==7.4.3
sqlalchemy
8 changes: 6 additions & 2 deletions tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from __future__ import annotations

import asyncio
from awesomeversion import AwesomeVersion
from contextlib import contextmanager
import functools as ft
import json as json_func
Expand All @@ -11,9 +10,14 @@

from aiohttp import ClientSession, ClientWebSocketResponse
from aiohttp.typedefs import StrOrURL
from awesomeversion import AwesomeVersion
from homeassistant import auth, bootstrap, config_entries, core as ha
from homeassistant.auth import auth_store, models as auth_models
from homeassistant.const import EVENT_HOMEASSISTANT_CLOSE, EVENT_HOMEASSISTANT_STOP, __version__ as HAVERSION
from homeassistant.const import (
EVENT_HOMEASSISTANT_CLOSE,
EVENT_HOMEASSISTANT_STOP,
__version__ as HAVERSION,
)
from homeassistant.helpers import (
area_registry as ar,
device_registry as dr,
Expand Down

0 comments on commit bc5eb41

Please sign in to comment.