Re-sort imports.

This commit is contained in:
Felix Fontein
2025-12-25 21:59:01 +01:00
parent 42121e3326
commit 712d920941
106 changed files with 0 additions and 127 deletions
-1
View File
@@ -22,7 +22,6 @@ import typing as t
from ..constants import IS_WINDOWS_PLATFORM, WINDOWS_LONGPATH_PREFIX
from . import fnmatch
if t.TYPE_CHECKING:
from collections.abc import Sequence
@@ -18,7 +18,6 @@ import typing as t
from ..constants import IS_WINDOWS_PLATFORM
DOCKER_CONFIG_FILENAME = os.path.join(".docker", "config.json")
LEGACY_DOCKER_CONFIG_FILENAME = ".dockercfg"
@@ -17,7 +17,6 @@ import typing as t
from .. import errors
from . import utils
if t.TYPE_CHECKING:
from collections.abc import Callable
@@ -25,7 +25,6 @@ from __future__ import annotations
import re
__all__ = ["fnmatch", "fnmatchcase", "translate"]
_cache: dict[str, re.Pattern] = {}
@@ -17,7 +17,6 @@ import typing as t
from ..errors import StreamParseError
if t.TYPE_CHECKING:
import re
from collections.abc import Callable
-1
View File
@@ -14,7 +14,6 @@ from __future__ import annotations
import re
import typing as t
if t.TYPE_CHECKING:
from collections.abc import Collection, Sequence
@@ -20,7 +20,6 @@ import typing as t
from ..transport.npipesocket import NpipeSocket
if t.TYPE_CHECKING:
from collections.abc import Sequence
-1
View File
@@ -34,7 +34,6 @@ from ..constants import (
)
from ..tls import TLSConfig
if t.TYPE_CHECKING:
from collections.abc import Mapping, Sequence