Skip to content

Commit adf80e9

Browse files
committed
Revert whitespace change
1 parent 53df4df commit adf80e9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/backend/prepdocslib/searchmanager.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -539,9 +539,7 @@ async def update_content(self, sections: list[Section], url: Optional[str] = Non
539539

540540
async def remove_content(self, path: Optional[str] = None, only_oid: Optional[str] = None):
541541
logger.info(
542-
"Removing sections from '{%s or '<all>'}' from search index '%s'",
543-
path,
544-
self.search_info.index_name,
542+
"Removing sections from '{%s or '<all>'}' from search index '%s'", path, self.search_info.index_name
545543
)
546544
async with self.search_info.create_search_client() as search_client:
547545
while True:

0 commit comments

Comments
 (0)