Update utils.py

This commit is contained in:
Piotr Mardziel
2024-11-05 13:40:26 -08:00
committed by GitHub
parent 75620fce50
commit fc115ac980

View File

@@ -1,4 +1,4 @@
from itertools import wraps
from functools import wraps
def memoize(func):
cache = {}