Skip to content

Commit

Permalink
Fixed bad black parentheses formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlaw authored Jan 26, 2025
1 parent 3fd8816 commit bbc97e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stumpy/fastmath.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from . import config


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

0 comments on commit bbc97e4

Please sign in to comment.