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
If you run the code, by following readme tutorial from the atlas cli, following errors shown.
TypeError: 'type' object is not subscriptable
Syntax of list[], tuple[] are only supported since python3.9. This change makes this code runnable for python3.8
I made a pull request #20 for that. Thanks
The text was updated successfully, but these errors were encountered:
ronenlu
No branches or pull requests
If you run the code, by following readme tutorial from the atlas cli, following errors shown.
Syntax of list[], tuple[] are only supported since python3.9. This change makes this code runnable for python3.8
I made a pull request #20 for that. Thanks
The text was updated successfully, but these errors were encountered: