diff --git a/src/silx/gui/plot/items/image_aggregated.py b/src/silx/gui/plot/items/image_aggregated.py index c75846d984..c7c0f684d8 100644 --- a/src/silx/gui/plot/items/image_aggregated.py +++ b/src/silx/gui/plot/items/image_aggregated.py @@ -180,7 +180,7 @@ def _getLevelOfDetails(self) -> Tuple[int, int]: return lodx, lody @docstring(ImageDataBase) - def setData(self, data, copy=True, **kwargs): + def setData(self, data, copy=True): self.__cacheLODData = {} # Reset cache super().setData(data)