Skip to content

Commit 707f4c1

Browse files
committed
Fixed black formatting
1 parent 62b9dea commit 707f4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stumpy/cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def save():
260260
is saved. Each `.nbc` file will only be saved after its `njit` function is called
261261
once. However, subsequent calls to `cache.save()` (after clearing the cache via
262262
`cache.clear()`) will automatically save BOTH the `.nbi` files as well as the `.nbc`
263-
files as long as their `njit` function has been called at least once.
263+
files as long as their `njit` function has been called at least once.
264264
"""
265265
if numba.config.DISABLE_JIT:
266266
msg = "Could not save/cache function because NUMBA JIT is disabled"

0 commit comments

Comments
 (0)