mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-03 14:09:24 +00:00
Update utils.py
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from itertools import wraps
|
||||
from functools import wraps
|
||||
|
||||
def memoize(func):
|
||||
cache = {}
|
||||
|
||||
Reference in New Issue
Block a user