refactor(mikrotik_router): remove unused aiohttp import from update module

This commit is contained in:
Sergey Krashevich 2024-04-16 18:03:00 +03:00
parent 2aa2191334
commit b6c89fb152
No known key found for this signature in database
GPG key ID: 625171324E7D3856

View file

@ -3,7 +3,6 @@
from __future__ import annotations from __future__ import annotations
from logging import getLogger from logging import getLogger
import aiohttp
from typing import Any from typing import Any
from homeassistant.config_entries import ConfigEntry from homeassistant.config_entries import ConfigEntry