Commit 1970a2ca authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

remove update_from_file for hierarchical objects store

parent 01b5a23c
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1350,10 +1350,6 @@ class HierarchicalObjectStore(NestedObjectStore):
        )
        return quota_source_map

    def _update_from_file(self, obj, **kwargs):
        """Call the primary object store."""
        self.backends[0].update_from_file(obj, **kwargs)


class QuotaModel(BaseModel):
    source: Optional[str]