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
AttributeError: module 'contextlib' has no attribute 'nullcontext'
The text was updated successfully, but these errors were encountered:
@soundmartell Can you provide a stacktrace so we can see where and when the exception happens?
contextlib module is just a generic module for handling the Python context manager: https://docs.python.org/3/library/contextlib.html
contextlib
So, just posting this message and expecting someone to fix it, is like driving a car, hearing a noise and telling the mechanic you heard a noise.
If you can provide more detail I'd be happy to take a look, but just this error isn't sufficient to even start to an investigation.
Sorry, something went wrong.
No branches or pull requests
AttributeError: module 'contextlib' has no attribute 'nullcontext'
The text was updated successfully, but these errors were encountered: