Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
mcara committed Nov 10, 2023
1 parent 4f13477 commit 25e6a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ def get_extensions():

setup(

Check warning on line 38 in setup.py

View check run for this annotation

Codecov / codecov/patch

setup.py#L38

Added line #L38 was not covered by tests
ext_modules=get_extensions(),
python_requires='>=3.7'
python_requires='>=3.7',
)

0 comments on commit 25e6a41

Please sign in to comment.