Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
etzellux committed Jan 10, 2023
1 parent b37652d commit 675622d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tinyman/v2/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
)
)
else:
tealishmap = json.loads(
importlib.resources.read_text(tinyman.v2, "amm_approval.map.json")
tealishmap = TealishMap(
json.loads(importlib.resources.read_text(tinyman.v2, "amm_approval.map.json"))
)


Expand Down

0 comments on commit 675622d

Please sign in to comment.