Teach isort that imports from utils are first-party imports (#9500)

This commit is contained in:
Alex Waygood
2023-01-11 16:25:32 +00:00
committed by GitHub
parent b8f337a452
commit ab1921a737
6 changed files with 7 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ if TYPE_CHECKING:
from typing_extensions import Annotated, TypeAlias
import tomli
from utils import (
VERSIONS_RE as VERSION_LINE_RE,
PackageDependencies,