Skip to content

Commit f334516

Browse files
committed
Fixed typo
1 parent 4b64789 commit f334516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stumpy/cache.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,9 @@ def save(cache_dir=None):
250250
else: # pragma: no cover
251251
warnings.warn(CACHE_WARNING)
252252

253-
if numba.config.CACHE_DIR != '':
253+
if numba.config.CACHE_DIR != "":
254254
msg = "Found user specified `NUMBA_CACHE_DIR`/`numba.config.CACHE_DIR`. "
255-
msg =+ "The `stumpy` cache files may not be saved/cleared correctly!"
255+
msg += "The `stumpy` cache files may not be saved/cleared correctly!"
256256
warnings.warn(msg)
257257

258258
_save(cache_dir)

0 commit comments

Comments
 (0)