Skip to content
Snippets Groups Projects
Commit 4cb22577 authored by Sebastian Lobinger's avatar Sebastian Lobinger
Browse files

update sams_classes/sams_hub.py add exeption import FunctionNotExists

parent 0b093d3d
Branches master
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ from .exceptions import ( ...@@ -3,6 +3,7 @@ from .exceptions import (
ManifestDefaultLanguageMissing ManifestDefaultLanguageMissing
, DefaultLanguageDictMissing , DefaultLanguageDictMissing
, AppNotExist , AppNotExist
, FunctionNotExists
) )
from typing import Dict, List from typing import Dict, List
from importlib import import_module from importlib import import_module
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment