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
The parameters argument dictionary in DataContainer objects have the type dict[str, Any]. However, it makes sense to not
use the name of a class as key, but the class itself. The type dict[str | type, Any] makes more sense.
The text was updated successfully, but these errors were encountered:
The parameters argument dictionary in DataContainer objects have the type dict[str, Any]. However, it makes sense to not
use the name of a class as key, but the class itself. The type dict[str | type, Any] makes more sense.
The text was updated successfully, but these errors were encountered: