/
alt3rmann
/
label-studio
Обзор
Документация
Войти
/
alt3rmann
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
label_studio/tasks/exceptions.py
7 строк
263 B
andreas divaris
feat: LSDV-5496: Add Ruff linter (#4660)
07 сен 2023, 05:39
Не верифицирован
07 сен 2023, 05:39
0caeaf0
Код
Авторство
О чём код?
from core.utils.exceptions import LabelStudioAPIException from rest_framework import status class AnnotationDuplicateError(LabelStudioAPIException): status_code = status.HTTP_409_CONFLICT default_detail = 'Annotation with this unique id already exists'