mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
cleanups
This commit is contained in:
parent
fa11fd6899
commit
75757e3d5c
2 changed files with 0 additions and 7 deletions
|
|
@ -1,7 +1,4 @@
|
|||
from .attribute_definitions import (
|
||||
InvalidValueError,
|
||||
InvalidValueTypeError,
|
||||
|
||||
AbtractAttrDef,
|
||||
NumberDef,
|
||||
TextDef,
|
||||
|
|
@ -11,9 +8,6 @@ from .attribute_definitions import (
|
|||
|
||||
|
||||
__all__ = (
|
||||
"InvalidValueError",
|
||||
"InvalidValueTypeError",
|
||||
|
||||
"AbtractAttrDef",
|
||||
"NumberDef",
|
||||
"TextDef",
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ class AbtractAttrDef:
|
|||
|
||||
self.__init__class__ = AbtractAttrDef
|
||||
|
||||
|
||||
@abstractmethod
|
||||
def convert_value(self, value):
|
||||
"""Convert value to a valid one.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue