Skip to content

Commit 5ff3c85

Browse files
committed
One more pylint error fix
1 parent 184e164 commit 5ff3c85

File tree

1 file changed

+3
-1
lines changed
  • packages/models-library/src/models_library/api_schemas_api_server

1 file changed

+3
-1
lines changed

packages/models-library/src/models_library/api_schemas_api_server/functions.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pylint: disable=unused-import
22

3-
from ..functions import ( # noqa: F401
3+
from ..functions import (
44
Function,
55
FunctionClass,
66
FunctionClassSpecificData,
@@ -70,4 +70,6 @@
7070
"RegisteredProjectFunctionJob",
7171
"SolverFunction",
7272
"SolverFunctionJob",
73+
"UnsupportedFunctionClassError",
74+
"UnsupportedFunctionFunctionJobClassCombinationError",
7375
]

0 commit comments

Comments
 (0)