Skip to content

Commit ffd2354

Browse files
committed
Remove unneeded comment
1 parent 39924cd commit ffd2354

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/folio_migration_tools/migration_tasks/inventory_batch_poster.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,6 @@ async def _do_work_async(self) -> None:
282282
# Create the poster with our failed records path
283283
failed_records_path = self.folder_structure.failed_recs_path
284284

285-
# Note: FolioClient is already managed by the calling code in __main__.py
286-
# so we don't need to wrap it in an async context manager here
287285
poster = FDIBatchPoster(
288286
folio_client=self.folio_client,
289287
config=fdi_config,

0 commit comments

Comments
 (0)