chore: enable ruff's isort equivalent (#28267)

This commit is contained in:
Maxime Beauchemin
2024-04-30 18:29:49 -07:00
committed by GitHub
parent fe37d914e5
commit 3ac387bb66
22 changed files with 85 additions and 24 deletions

View File

@@ -25,8 +25,8 @@ from inspect import (
isclass,
isfunction,
ismethod,
signature,
Signature,
signature,
)
from logging import Logger
from typing import Any, Callable, cast, Union