diff --git a/cibuildwheel/__main__.py b/cibuildwheel/__main__.py index ea12f8b5..c30fba9a 100644 --- a/cibuildwheel/__main__.py +++ b/cibuildwheel/__main__.py @@ -93,7 +93,6 @@ def main() -> None: # TODO remove this encoding stuff import locale - import os print(sys.stdout.encoding) print(sys.stdout.isatty()) print(locale.getpreferredencoding())