Skip to content

Commit dcecefc

Browse files
committed
fix py37 compatibility
1 parent 70aa732 commit dcecefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qupulse/pulses/method_pulse_template.py

+1-1
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)