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 -1
View File
@@ -5,7 +5,7 @@ from typing import Any, Protocol
import bashlex
import bashlex.errors
from . import bashlex_eval
from cibuildwheel import bashlex_eval
class EnvironmentParseError(Exception):