diff --git a/fiftyone/core/materialize.py b/fiftyone/core/materialize.py index d6d2e34106..71306cf9ba 100644 --- a/fiftyone/core/materialize.py +++ b/fiftyone/core/materialize.py @@ -60,6 +60,15 @@ class MaterializedView(fov.DatasetView): serves the samples in this view """ + __slots__ = ( + "_source_collection", + "_materialize_stage", + "_materialized_dataset", + "__stages", + "__media_type", + "__name", + ) + def __init__( self, source_collection,