mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Fix line length
This commit is contained in:
parent
a606de5b76
commit
29cc9bdce6
1 changed files with 3 additions and 3 deletions
|
|
@ -489,9 +489,9 @@ class HiddenAttrWidget(_BaseAttrDefWidget):
|
|||
|
||||
def current_value(self):
|
||||
if self._multivalue:
|
||||
raise ValueError(
|
||||
"{} can't output for multivalue.".format(self.__class__.__name__)
|
||||
)
|
||||
raise ValueError("{} can't output for multivalue.".format(
|
||||
self.__class__.__name__
|
||||
))
|
||||
return self._value
|
||||
|
||||
def set_value(self, value, multivalue=False):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue