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

update sams_classes/sams_hub.py remove useless def _load_from_yaml

parent 3f785ba6
No related branches found
No related tags found
No related merge requests found
......@@ -54,11 +54,6 @@ class SAMSHub:
def load_language(self, module = None):
pass
@staticmethod
def _load_from_yaml(path):
with open(path) as f:
return yaml.load(f)
@staticmethod
def _get_module_rule(module, path):
pathElements = [module]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment