We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184e164 commit 5ff3c85Copy full SHA for 5ff3c85
packages/models-library/src/models_library/api_schemas_api_server/functions.py
@@ -1,6 +1,6 @@
1
# pylint: disable=unused-import
2
3
-from ..functions import ( # noqa: F401
+from ..functions import (
4
Function,
5
FunctionClass,
6
FunctionClassSpecificData,
@@ -70,4 +70,6 @@
70
"RegisteredProjectFunctionJob",
71
"SolverFunction",
72
"SolverFunctionJob",
73
+ "UnsupportedFunctionClassError",
74
+ "UnsupportedFunctionFunctionJobClassCombinationError",
75
]
0 commit comments