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
In type annotations you can now use built-in collection types such as list and dict as generic types instead of importing the corresponding capitalized types (e.g. List or Dict) from typing.
These type hints should be supported by dasbus since Python 3.9.
The text was updated successfully, but these errors were encountered:
From https://docs.python.org/3.9/whatsnew/3.9.html#pep-585-builtin-generic-types:
These type hints should be supported by dasbus since Python 3.9.
The text was updated successfully, but these errors were encountered: