fix formatting

This commit is contained in:
Jakub Trllo 2022-11-22 16:48:02 +01:00
parent caf94fb68f
commit 861cdadc9b

View file

@ -316,7 +316,7 @@ class AbstractInstanceView(QtWidgets.QWidget):
"""
raise NotImplementedError((
"{} Method 'has_items' is not implemented."
"{} Method 'has_items' is not implemented."
).format(self.__class__.__name__))
def get_selected_items(self):