We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39924cd commit ffd2354Copy full SHA for ffd2354
src/folio_migration_tools/migration_tasks/inventory_batch_poster.py
@@ -282,8 +282,6 @@ async def _do_work_async(self) -> None:
282
# Create the poster with our failed records path
283
failed_records_path = self.folder_structure.failed_recs_path
284
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
287
poster = FDIBatchPoster(
288
folio_client=self.folio_client,
289
config=fdi_config,
0 commit comments