workflows: import ExportToModel in wcs.workflows namespace (#52479)

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

View File

@ -3344,3 +3344,6 @@ def load_extra():
from .wf import roles # noqa pylint: disable=W0611
from .wf import timeout_jump # noqa pylint: disable=W0611
from .wf import wscall # noqa pylint: disable=W0611
from .wf.export_to_model import ExportToModel # noqa pylint: disable=E402