Skip to content

Commit

Permalink
minor fix for type annotation in exclude arg (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangsu authored Mar 17, 2023
1 parent 8ab33dd commit 1b8ad21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algosdk/v2client/algod.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def _assert_json_response(
)

def account_info(
self, address: str, exclude: Optional[bool] = None, **kwargs: Any
self, address: str, exclude: Optional[str] = None, **kwargs: Any
) -> AlgodResponseType:
"""
Return account information.
Expand Down

0 comments on commit 1b8ad21

Please sign in to comment.