Remove legacy pip resolver (#92124)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Franck Nijhof
2023-04-27 22:39:29 +02:00
committed by GitHub
parent 89d8bda4ba
commit cdbffee781
20 changed files with 22 additions and 98 deletions

View File

@@ -5,7 +5,7 @@ import logging
import math
from typing import Any
from pysmarty import Smarty
from pysmarty import Smarty # pylint: disable=import-error
from homeassistant.components.fan import FanEntity, FanEntityFeature
from homeassistant.core import HomeAssistant, callback