You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per @JukkaL's suggestion in python/mypy#1132 we can make SimpleNamespace work better by inheriting from Any.
I think the same can be done for threading.local.
I will create a pull request on Friday.
The text was updated successfully, but these errors were encountered:
As per @JukkaL's suggestion in python/mypy#1132 we can make
SimpleNamespace
work better by inheriting from Any.I think the same can be done for
threading.local
.I will create a pull request on Friday.
The text was updated successfully, but these errors were encountered: