Skip to content

Commit

Permalink
chore: update factory.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
koladilip authored Mar 4, 2024
1 parent eb7bafc commit d7e8b7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/steps/base/batch/factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d7e8b7b

Please sign in to comment.