Skip to content

Commit bbc97e4

Browse files
authored
Fixed bad black parentheses formatting
1 parent 3fd8816 commit bbc97e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stumpy/fastmath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from . import config
77

88

9-
@njit(fastmath=config._STUMPY_DEFAULTS['STUMPY_FASTMATH_FASTMATH._ADD_ASSOC'])
9+
@njit(fastmath=config._STUMPY_DEFAULTS["STUMPY_FASTMATH_FASTMATH._ADD_ASSOC"])
1010
def _add_assoc(x, y): # pragma: no cover
1111
"""
1212
A dummy function to test the fastmath module

0 commit comments

Comments
 (0)