Add comments about the imports

This commit is contained in:
tcely 2025-05-10 03:08:58 -04:00 committed by GitHub
parent 25f5c1cf5b
commit a927c0f6de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,13 +1,21 @@
# These are referenced from the migration files
# TODO: update migration files to remove
# CommaSepChoiceField and JSONEncoder
from common.json import JSONEncoder
from ..fields import CommaSepChoiceField
# Used by migration files and staying here
from .misc import (
get_media_file_path,
get_media_thumb_path,
media_file_storage,
)
# The actual model classes
from .media import Media
from .source import Source
from .metadata import Metadata