Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeSchiff authored Jul 1, 2024
1 parent c4c6ef2 commit 3f5027a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

0 comments on commit 3f5027a

Please sign in to comment.