Skip to content

Commit bc8f55c

Browse files
committed
cachetools updated to 2.0.0
1 parent 1f651d0 commit bc8f55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gp_learner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from time import sleep
2323
from datetime import datetime
2424

25-
from cachetools import lru_cache
25+
from cachetools.func import lru_cache
2626
import deap
2727
import deap.base
2828
import deap.tools

0 commit comments

Comments
 (0)