Skip to content

Commit

Permalink
no kwargs needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgar Gutierrez Fernandez committed Sep 25, 2024
1 parent b07bc53 commit 14bf6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/silx/gui/plot/items/image_aggregated.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 14bf6d6

Please sign in to comment.