Skip to content

Commit 8f6ec1e

Browse files
CI: fix failing pre-commit (pandas-dev#36549)
1 parent f046241 commit 8f6ec1e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,7 @@ def build_extension(self, ext):
387387

388388

389389
class DummyBuildSrc(Command):
390-
""" numpy's build_src command interferes with Cython's build_ext.
391-
"""
390+
"""numpy's build_src command interferes with Cython's build_ext."""
392391

393392
user_options = []
394393

0 commit comments

Comments
 (0)