We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/algorand/py-algorand-sdk/blob/master/algosdk/atomic_transaction_composer.py#L682
The type hint for the sks is str but should be list[str] or List[str] for pre py3.10
sks
str
list[str]
List[str]
The text was updated successfully, but these errors were encountered:
agreed
Sorry, something went wrong.
bbroder-algo
No branches or pull requests
Subject of the issue
https://github.com/algorand/py-algorand-sdk/blob/master/algosdk/atomic_transaction_composer.py#L682
The type hint for the
sks
isstr
but should belist[str]
orList[str]
for pre py3.10The text was updated successfully, but these errors were encountered: