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
If NotRequired is used with from __future__ import annotations, we may not be able to parse the type. Consider always inferring NotRequired[] in that case.
The text was updated successfully, but these errors were encountered:
If
NotRequired
is used withfrom __future__ import annotations
, we may not be able to parse the type. Consider always inferringNotRequired[]
in that case.The text was updated successfully, but these errors were encountered: