Skip to content

Commit

Permalink
Fix docs warning about multiple OptimizeOptions targets (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldiamant authored Apr 12, 2022
1 parent 67b24e3 commit 4220105
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyteal/compiler/optimizer/optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,6 @@ def apply_global_optimizations(start: TealBlock, options: OptimizeOptions) -> Te
break

return start


OptimizeOptions.__module__ = "pyteal"

0 comments on commit 4220105

Please sign in to comment.