Skip to content

Commit

Permalink
Remove unused import from alerts route
Browse files Browse the repository at this point in the history
The import for `RulesEngine` in `alerts.py` was unused and has been removed to clean up the code. This helps maintain clarity and avoids unnecessary dependencies.
  • Loading branch information
VladimirFilonov committed Jan 28, 2025
1 parent e2fcb2f commit 6cd5b0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keep/api/routes/alerts.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
from keep.identitymanager.authenticatedentity import AuthenticatedEntity
from keep.identitymanager.identitymanagerfactory import IdentityManagerFactory
from keep.providers.providers_factory import ProvidersFactory
from keep.rulesengine.rulesengine import RulesEngine
from keep.searchengine.searchengine import SearchEngine
from keep.workflowmanager.workflowmanager import WorkflowManager

Expand Down

0 comments on commit 6cd5b0f

Please sign in to comment.