Skip to content

Commit

Permalink
Ignore type error for now
Browse files Browse the repository at this point in the history
  • Loading branch information
naglepuff committed Dec 20, 2024
1 parent f2b7a0e commit f787b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion large_image/cache_util/cachefactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def getFirstAvailableCache() -> Tuple[cachetools.Cache, Optional[threading.Lock]
f'Automatically setting `{cacheBackend}` as cache_backend from availableCaches',
)
config.setConfig('cache_backend', cacheBackend)
return cache, cacheLock
return cache, cacheLock # type: ignore


class CacheFactory:
Expand Down

0 comments on commit f787b31

Please sign in to comment.