mirror of
https://github.com/wassname/cachier.git
synced 2026-09-09 11:19:08 +08:00
deepsource: Named lambda expression detected FLK-E731 (2)
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@ def cachier(stale_after=None, next_time=False, pickle_reload=True,
|
||||
ignore_cache = kwds.pop('ignore_cache', False)
|
||||
overwrite_cache = kwds.pop('overwrite_cache', False)
|
||||
verbose_cache = kwds.pop('verbose_cache', False)
|
||||
_print = lambda x: None # skipcq: FKL-E731
|
||||
_print = lambda x: None # skipcq: FLK-E731
|
||||
if verbose_cache:
|
||||
_print = print
|
||||
if ignore_cache:
|
||||
|
||||
Reference in New Issue
Block a user