mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Prevent async_timeout import (#101378)
This commit is contained in:
parent
5754e8721a
commit
2d766d43fc
@ -628,6 +628,7 @@ voluptuous = "vol"
|
||||
fixture-parentheses = false
|
||||
|
||||
[tool.ruff.flake8-tidy-imports.banned-api]
|
||||
"async_timeout".msg = "use asyncio.timeout instead"
|
||||
"pytz".msg = "use zoneinfo instead"
|
||||
|
||||
[tool.ruff.isort]
|
||||
|
Loading…
x
Reference in New Issue
Block a user