Skip to content

Commit

Permalink
chore: fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rajesh-jonnalagadda committed Sep 12, 2024
1 parent 4df4827 commit 242b370
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keep/parser/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def _get_workflow_id(self, tenant_id, workflow: dict) -> str:
"""
# for backward compatibility reasons, the id on the YAML is actually the name
# and the id is a unique generated id stored in the db
workflow_name = workflow.get("name") or "[No workflow Name]"


# get the workflow id from the database
Expand Down

0 comments on commit 242b370

Please sign in to comment.