Remove deprecated map integration (#128529)

This commit is contained in:
Jan-Philipp Benecke
2024-10-16 20:46:00 +02:00
committed by GitHub
parent af41a41046
commit 82e9792b4d
8 changed files with 0 additions and 194 deletions

View File

@@ -2775,16 +2775,6 @@ disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.map.*]
check_untyped_defs = true
disallow_incomplete_defs = true
disallow_subclassing_any = true
disallow_untyped_calls = true
disallow_untyped_decorators = true
disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.mastodon.*]
check_untyped_defs = true
disallow_incomplete_defs = true