Browse Source

Comment: Updated an incorrectly implemented method.

pull/2280/head
munahaf 1 year ago
parent
commit
4f12dfb402
1 changed files with 1 additions and 1 deletions
  1. 2
      backend/data_import/pipeline/label.py

2
backend/data_import/pipeline/label.py

@ -26,7 +26,7 @@ class Label(BaseModel, abc.ABC):
@abc.abstractmethod
def __lt__(self, other):
raise NotImplementedError()
return NotImplemented
@classmethod
def parse(cls, example_uuid: UUID4, obj: Any):

Loading…
Cancel
Save