chore: use absolute imports (#2796)

chore: use abosolute imports

Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
This commit is contained in:
Henry Schreiner
2026-03-24 09:20:41 -04:00
committed by GitHub
parent 8a2ca0ce78
commit cb1fdd0316
21 changed files with 127 additions and 134 deletions
+1 -2
View File
@@ -9,8 +9,7 @@ from enum import StrEnum, auto
from typing import Final, Literal
from cibuildwheel import errors
from .typing import PlatformName
from cibuildwheel.typing import PlatformName
PRETTY_NAMES: Final[dict[PlatformName, str]] = {
"linux": "Linux",