Skip to content
Snippets Groups Projects
Verified Commit 6227568a authored by Alexander Kreft's avatar Alexander Kreft
Browse files

MAINT: Typo

parent 49b11ff2
No related branches found
No related tags found
2 merge requests!33MAINT: change arguments of create_user,!29Revert "Revert "Merge branch 'f-validate-config' into 'dev'""
Pipeline #14530 passed
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
import os import os
import yaml import yaml
try: try:
optional_jsonschema = None optional_jsonschema_validate = None
from jsonschema import validate as optional_jsonschema_validate from jsonschema import validate as optional_jsonschema_validate
except ImportError: except ImportError:
pass pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment