misc: import PicklableUpload into wcs.qommon.form, required for pickles (#52478)

This commit is contained in:
Frédéric Péters 2021-03-29 22:02:58 +02:00
parent d0f01686a0
commit 05363f64e7
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ from .template import Template
from .template import TemplateError
from .template import render as render_template
from .template_utils import render_block_to_string
from .upload_storage import PicklableUpload # noqa pylint: disable=F401
from .upload_storage import UploadStorageError
Widget.REQUIRED_ERROR = N_('required field')