Remove sense from mypy ignore list (#64508)

Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
epenet 2022-01-20 09:35:10 +01:00 committed by GitHub
parent 86d32b3440
commit 15bbff960e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 10 deletions

View file

@ -68,7 +68,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.point.*",
"homeassistant.components.profiler.*",
"homeassistant.components.ring.*",
"homeassistant.components.sense.*",
"homeassistant.components.sharkiq.*",
"homeassistant.components.smartthings.*",
"homeassistant.components.solaredge.*",