Skip to content

Commit 12770c5

Browse files
committed
Fix mypy typecheck
1 parent f18c72b commit 12770c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/models-library/src/models_library/functions_errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from common_library.errors_classes import OsparcErrorMixin
2-
from servicelib.aiohttp import status # type: ignore[import-not-found]
2+
from servicelib.aiohttp import status # type: ignore
33

44

55
class FunctionBaseError(OsparcErrorMixin, Exception):

0 commit comments

Comments
 (0)