Open psomhorst opened 1 month ago
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 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.