trivial: update new noqa comments to refer to message by name

This commit is contained in:
Frédéric Péters 2021-03-30 07:48:03 +02:00
parent e3cf8661d7
commit 9cb5c5b71b
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +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 PicklableUpload # noqa pylint: disable=unused-import
from .upload_storage import UploadStorageError
Widget.REQUIRED_ERROR = N_('required field')

View File

@ -3346,4 +3346,4 @@ def load_extra():
from .wf import wscall # noqa pylint: disable=W0611
from .wf.export_to_model import ExportToModel # noqa pylint: disable=E402
from .wf.export_to_model import ExportToModel # noqa pylint: disable=unused-import,wrong-import-position