Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveVaknin committed Jul 28, 2024
1 parent 0f023aa commit 0f07b74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion checkov/common/graph/graph_builder/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class GraphSource(str, Enum):
GITHUB_ACTION = "github_actions"
HELM = "helm"


def __str__(self) -> str:
# needed, because of a Python 3.11 change
return self.value

0 comments on commit 0f07b74

Please sign in to comment.