Skip to content

Commit

Permalink
CI: fix failing pre-commit (#36549)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjayhawkins committed Sep 22, 2020
1 parent f046241 commit 8f6ec1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,7 @@ def build_extension(self, ext):


class DummyBuildSrc(Command):
""" numpy's build_src command interferes with Cython's build_ext.
"""
"""numpy's build_src command interferes with Cython's build_ext."""

user_options = []

Expand Down

0 comments on commit 8f6ec1e

Please sign in to comment.