Skip to content

Commit ad57d7c

Browse files
committed
Fix build issues
1 parent 4ce8162 commit ad57d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keep/contextmanager/contextmanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from typing import Union, Dict
88

99
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
10+
from keep.api.core.db import get_last_workflow_execution_by_workflow_id, get_session
1111
from keep.api.models.alert import AlertDto
1212

1313
class ContextManager:

0 commit comments

Comments
 (0)