From 8ee1011562721c4d5e6269174515285df6dc0799 Mon Sep 17 00:00:00 2001 From: phact Date: Tue, 7 Oct 2025 01:32:56 -0400 Subject: [PATCH] unnecessary arg --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index a09d2488..732eee1f 100644 --- a/src/main.py +++ b/src/main.py @@ -131,7 +131,7 @@ async def configure_alerting_security(): # Don't fail startup if alerting config fails -async def _ensure_opensearch_index(self): +async def _ensure_opensearch_index(): """Ensure OpenSearch index exists when using traditional connector service.""" try: # Check if index already exists