Fix dtypes subscritpion usage
Now that OWDataset
inherit from Dataset
those classes are no more subscribable (cannot access it using []
directly).
Looks like there was some remaining usage.
Edited by payno
Now that OWDataset
inherit from Dataset
those classes are no more subscribable (cannot access it using []
directly).
Looks like there was some remaining usage.