From 0af635fb868e711f33e78495b0f914701db152ad Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Wed, 18 Dec 2019 23:22:19 +0100 Subject: [PATCH] Update cibuildwheel/macos.py Co-Authored-By: Matthieu Darbois --- cibuildwheel/macos.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cibuildwheel/macos.py b/cibuildwheel/macos.py index d9723e8b..5ada8ab2 100644 --- a/cibuildwheel/macos.py +++ b/cibuildwheel/macos.py @@ -1,5 +1,4 @@ from __future__ import print_function -from time import sleep import tempfile import os, subprocess, shlex, sys, shutil from collections import namedtuple