From c2a53da836c2cdd3a8760d9547913e880794a749 Mon Sep 17 00:00:00 2001 From: gnossen Date: Wed, 19 Jul 2023 19:34:18 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e326e824f6c02..af8d716f46f7d 100644 --- a/setup.py +++ b/setup.py @@ -508,8 +508,7 @@ def cython_extensions_and_necessity(): "other commands, but the extension files will fail to build.\n") elif need_cython: sys.stderr.write( - "We could not find Cython. Setup may take 10-20 minutes.\n" - ) + "We could not find Cython. Setup may take 10-20 minutes.\n") SETUP_REQUIRES += ("cython>=0.23,<3.0.0rc1",) COMMAND_CLASS = {