Skip to content

Commit

Permalink
fixes mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Oct 5, 2023
1 parent 8968c22 commit 8c37694
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async def create_payment(
amount_dollars=amount_dollars,
credits=target_credits,
user_name=user_name,
user_email=user_email,
user_email=user_email, # type: ignore
wallet_name=wallet_name,
)
)
Expand Down

0 comments on commit 8c37694

Please sign in to comment.