From 2765dadac60fa5dad2adda4f45c436f5b7f7fcd2 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Wed, 27 Mar 2024 10:18:07 -0700 Subject: [PATCH] remove trailign whitespace --- schematic/utils/schema_utils.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/schematic/utils/schema_utils.py b/schematic/utils/schema_utils.py index 80465e876..a4565d420 100644 --- a/schematic/utils/schema_utils.py +++ b/schematic/utils/schema_utils.py @@ -336,8 +336,8 @@ def parse_component_validation_rules( validation_rule_string (str): validation rule provided by user. Returns: - dict[str, list[str]]: validation rules parsed to a dictionary where the key - is the component name (or 'all_other_components') and the value is the parsed + dict[str, list[str]]: validation rules parsed to a dictionary where the key + is the component name (or 'all_other_components') and the value is the parsed validation rule for the given component. """ component_names: list[str] = [] @@ -430,7 +430,7 @@ def extract_component_validation_rules( Args: manifest_component, str: Component label, pulled from the manifest directly validation_rules_dict, dict[str, list[Union[list,str]]: Validation rules dictionary, - where keys are the manifest component label, and the value is a parsed set of + where keys are the manifest component label, and the value is a parsed set of validation rules. Returns: validation_rules, list[str]: rule for the provided manifest component if one is available,