Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
NimaSarajpoor committed Jan 13, 2025
1 parent baf3fea commit 7d02173
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions stumpy/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def _recompile():
Notes
-----
If the `numba` cache is enabled, this results in saving (and/or overwriting)
the cached numba functions to disk.
the cached numba functions to disk.
"""
warnings.warn(CACHE_WARNING)
for module_name, func_name in get_njit_funcs():
Expand Down Expand Up @@ -162,6 +162,5 @@ def _save():
_enable()
_recompile()
warnings.filterwarnings("default")


return
return

0 comments on commit 7d02173

Please sign in to comment.