Skip to content

Commit 69e38b1

Browse files
committed
fix py37 compatibility
1 parent dca64e3 commit 69e38b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qupulse/pulses/method_pulse_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
import functools
14-
@functools.lru_cache
14+
@functools.lru_cache(maxsize=1024)
1515
def ExpressionScalarCache(value):
1616
return ExpressionScalar(value)
1717

0 commit comments

Comments
 (0)