Skip to content

Commit

Permalink
Prevent async_timeout import (#101378)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Oct 4, 2023
1 parent 5754e87 commit 2d766d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 2d766d4

Please sign in to comment.