mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Teach isort that imports from utils are first-party imports (#9500)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user