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
This could be useful to add typing hints for guidata.dataset.DataSet objects.
It would require to add a dependency over typing_extensions since the feature was introduced in standard typing package with Python 3.11 (and guidata still supports Python 3.9-3.10).
The text was updated successfully, but these errors were encountered:
https://typing-extensions.readthedocs.io/en/latest/index.html#decorators
This could be useful to add typing hints for
guidata.dataset.DataSet
objects.It would require to add a dependency over
typing_extensions
since the feature was introduced in standardtyping
package with Python 3.11 (andguidata
still supports Python 3.9-3.10).The text was updated successfully, but these errors were encountered: