add-new-annotation-types #5

Merged
brian merged 3 commits from add-new-annotation-types into main 2025-09-18 21:19:09 +02:00
2 changed files with 15 additions and 19 deletions
Showing only changes of commit 63ed329fd9 - Show all commits
-4
View File
@@ -2,14 +2,10 @@
import logging import logging
import os import os
import shutil
import tempfile
from pathlib import Path
import json import json
from collections.abc import Generator from collections.abc import Generator
from uuid import UUID from uuid import UUID
from io import BytesIO from io import BytesIO
import pandas as pd
from PIL import Image from PIL import Image
import pytest import pytest
import structlog import structlog