Skip to content

Commit d7fffb6

Browse files
committed
Fix unused imports
1 parent 3be8c29 commit d7fffb6

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

custom_components/generac/api.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
"""Generac API Client."""
22
import json
33
import logging
4-
from typing import Any
5-
from typing import Mapping
64

75
import aiohttp
8-
from bs4 import BeautifulSoup
96
from dacite import from_dict
107

118
from .const import ALLOWED_DEVICES

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from unittest.mock import patch
33

44
import pytest
5-
from custom_components.generac.coordinator import GeneracDataUpdateCoordinator
65

76
pytest_plugins = "pytest_homeassistant_custom_component"
87

tests/test_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import asyncio
33
import json
44
from unittest.mock import AsyncMock
5-
from unittest.mock import DEFAULT
65
from unittest.mock import MagicMock
76
from unittest.mock import patch
87

0 commit comments

Comments
 (0)