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
Currently the line
biobricks/biobricks/dvc_fetcher.py
Line 115 in 14fcf38
uses list[dist] which gives the error
list[dist]
TypeError: 'type' object is not subscriptable
which can be fixed via https://stackoverflow.com/questions/63460126/typeerror-type-object-is-not-subscriptable-in-a-function-signature.
A long-term goal should be to add a CI run for a minimum supported version of Python.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the line
biobricks/biobricks/dvc_fetcher.py
Line 115 in 14fcf38
uses
list[dist]
which gives the errorwhich can be fixed via https://stackoverflow.com/questions/63460126/typeerror-type-object-is-not-subscriptable-in-a-function-signature.
A long-term goal should be to add a CI run for a minimum supported version of Python.
The text was updated successfully, but these errors were encountered: