diff --git a/src/steps/base/batch/factory.ts b/src/steps/base/batch/factory.ts index 8e53db8..bb3cb9c 100644 --- a/src/steps/base/batch/factory.ts +++ b/src/steps/base/batch/factory.ts @@ -11,7 +11,6 @@ import { BatchExecutor } from '../../types'; import { DefaultBatchWorkflowExecutor } from './default_batch_workflow_executor'; import { SimpleBatchExecutor } from './simple_batch_executor'; import { BatchStepExecutor } from './step_executor'; -// eslint-disable-next-line import/no-cycle import { StepExecutorFactory } from '../../factory'; export class BatchStepExecutorFactory {