Skip to content

Commit

Permalink
Typo Fix for abi.Uint64TypeSpec (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangsu committed Oct 5, 2022
1 parent 53c8e00 commit fdf10f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyteal/ast/abi/uint.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def annotation_type(self) -> "type[Uint64]":
return Uint64


Uint32TypeSpec.__module__ = "pyteal.abi"
Uint64TypeSpec.__module__ = "pyteal.abi"


class Uint(BaseType):
Expand Down

0 comments on commit fdf10f7

Please sign in to comment.