Skip to content

Commit

Permalink
Fix ruff check errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCane committed Sep 25, 2024
1 parent c152990 commit dcc363d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/validate.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from operator import truediv
from os import listdir, getcwd, path, environ
import yaml, re
import yaml
import re

def try_get_value(chart: dict, key: str) -> str | dict:
try:
Expand Down

0 comments on commit dcc363d

Please sign in to comment.