Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
samriddhi99 committed Aug 8, 2024
1 parent 5354a0a commit f9e1a8f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/tirith/core/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from .evaluators import EVALUATORS_DICT



logger = logging.getLogger(__name__)


Expand Down
1 change: 0 additions & 1 deletion src/tirith/prettyprinter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion src/tirith/providers/terraform_plan/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit f9e1a8f

Please sign in to comment.