We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce8162 commit ad57d7cCopy full SHA for ad57d7c
keep/contextmanager/contextmanager.py
@@ -7,7 +7,7 @@
7
from typing import Union, Dict
8
9
from keep.api.core.config import config
10
-from keep.api.core.db import get_last_workflow_execution_by_workflow_id, get_session, get_workflow_id
+from keep.api.core.db import get_last_workflow_execution_by_workflow_id, get_session
11
from keep.api.models.alert import AlertDto
12
13
class ContextManager:
0 commit comments