From 3f5027a28831a19874ffb3ba3458c155a6baf11e Mon Sep 17 00:00:00 2001 From: Joe Schiff <41972063+JoeSchiff@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:41:02 -0400 Subject: [PATCH] Update setup.py --- tests/setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/setup.py b/tests/setup.py index 40fb7d0..d27fd03 100644 --- a/tests/setup.py +++ b/tests/setup.py @@ -5,6 +5,4 @@ base_path = Path(__file__).parent -setup( - ext_modules = cythonize(f"{base_path}/input/trouble.pyx") -) +setup(ext_modules=cythonize(f"{base_path}/input/trouble.pyx"))