diff --git a/src/tirith/core/core.py b/src/tirith/core/core.py index 15c9665..6f00205 100644 --- a/src/tirith/core/core.py +++ b/src/tirith/core/core.py @@ -12,7 +12,6 @@ from .evaluators import EVALUATORS_DICT - logger = logging.getLogger(__name__) diff --git a/src/tirith/prettyprinter.py b/src/tirith/prettyprinter.py index 1ed4646..23deed3 100644 --- a/src/tirith/prettyprinter.py +++ b/src/tirith/prettyprinter.py @@ -96,7 +96,6 @@ def pretty_print_result_dict(final_result_dict: Dict) -> None: print(TermStyle.fail(f"Check: {check_id}")) print(f" {TermStyle.fail('FAILED')}") num_failed_checks += 1 - for result_num, result_dict in enumerate(check_dict["result"]): result_message = result_dict["message"] diff --git a/src/tirith/providers/terraform_plan/handler.py b/src/tirith/providers/terraform_plan/handler.py index 8c71f08..3b7a316 100644 --- a/src/tirith/providers/terraform_plan/handler.py +++ b/src/tirith/providers/terraform_plan/handler.py @@ -43,7 +43,7 @@ def _get_exp_attribute(split_expressions, input_data): final_data.append(val) return final_data - + def provide(provider_inputs, input_data): # """Provides the value of the attribute from the input_data""" outputs = []