Skip to content

Commit

Permalink
Add doc string for validate_config
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdnbradford committed Feb 5, 2024
1 parent 9060267 commit 1f7d6d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tljh/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f7d6d1

Please sign in to comment.