mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix formatting
This commit is contained in:
parent
caf94fb68f
commit
861cdadc9b
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ class AbstractInstanceView(QtWidgets.QWidget):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
raise NotImplementedError((
|
raise NotImplementedError((
|
||||||
"{} Method 'has_items' is not implemented."
|
"{} Method 'has_items' is not implemented."
|
||||||
).format(self.__class__.__name__))
|
).format(self.__class__.__name__))
|
||||||
|
|
||||||
def get_selected_items(self):
|
def get_selected_items(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue