Browse Source

Merge pull request #2280 from munahaf/Improper_Method_Call-4label.py4905339437058007098.diff

Update an incorrectly implemented method
master
Hiroki Nakayama 1 month ago
committed by GitHub
parent
commit
72a4339cbc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
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