Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mattv-neXenio committed Oct 8, 2024
1 parent 0cd9091 commit e05b1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kapitan/inventory/resolvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def parent_path(_parent_: Node):
return _parent_._get_flag("path")


def evaluate_bool(condition: str) ->:
def evaluate_bool(condition: str) -> bool:
return str(condition).lower() in ["false", "", "0", "none"]:


Expand Down

0 comments on commit e05b1ef

Please sign in to comment.