Skip to content

Commit

Permalink
fix py37 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
eendebakpt committed Sep 8, 2022
1 parent 2198483 commit 39c5fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qupulse/pulses/method_pulse_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


import functools
@functools.lru_cache
@functools.lru_cache(maxsize=1024)
def ExpressionScalarCache(value):
return ExpressionScalar(value)

Expand Down

0 comments on commit 39c5fc9

Please sign in to comment.