From df71e028a948989749db6f47c40418c3dab72946 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Fri, 13 Nov 2020 17:41:43 +0000 Subject: [PATCH] grumble --- cibuildwheel/__main__.py | 1 - 1 file changed, 1 deletion(-) 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())