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
e.g. with dataclass or typeddict from the stdlib or if botocore provides types.
This would prevent issues and make it clearer what's being passed around.
We can try to infer types with https://monkeytype.readthedocs.io/en/latest/generation.html at a quick pass I didn't see an obvious way to invoke the frost CLI.
The text was updated successfully, but these errors were encountered:
This ticket covers ways to update legacy code. For all new code, use of type hints is encouraged.
Sorry, something went wrong.
add type annotations to cache.py
01826af
refs: #355
Update cache (#413)
70f059a
* add type annotations to cache.py refs: #355 * cache: remove unused 'import py' * cache: replace string interpolation with f-string
No branches or pull requests
e.g. with dataclass or typeddict from the stdlib or if botocore provides types.
This would prevent issues and make it clearer what's being passed around.
We can try to infer types with https://monkeytype.readthedocs.io/en/latest/generation.html at a quick pass I didn't see an obvious way to invoke the frost CLI.
The text was updated successfully, but these errors were encountered: