Skip to content

Commit 13452d3

Browse files
committed
fixes
1 parent 065adf8 commit 13452d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

botasaurus/cache.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ def is_item_older_than(func, key_data, days=0, seconds=0, microseconds=0,
431431

432432
# Compare with current time
433433
age = datetime.now() - cache_time
434-
435434
return age > time_delta
436435

437436
@staticmethod

0 commit comments

Comments
 (0)