Add doc string for validate_config

This commit is contained in:
Jordan Bradford
2024-02-05 14:52:31 -05:00
parent 9060267458
commit 1f7d6d1c55

View File

@@ -155,6 +155,9 @@ def remove_item_from_config(config, property_path, value):
def validate_config(config):
"""
Validate changes to the config with tljh-config against the schema
"""
import jsonschema
from .config_schema import config_schema