build(deps-dev): bump @types/node
[poolifier.git] / src / pools / selection-strategies / worker-choice-strategy-context.ts
index d8d6f9c4b638fef5305228a22576f84aad7370a8..fc940a2fbb0f7d85ec450cc35beb60cab75cd141 100644 (file)
@@ -1,6 +1,6 @@
 import type { IPool } from '../pool.js'
 import type { IWorker } from '../worker.js'
-import { getWorkerChoiceStrategyRetries } from '../../utils.js'
+import { getWorkerChoiceStrategyRetries } from '../utils.js'
 import { FairShareWorkerChoiceStrategy } from './fair-share-worker-choice-strategy.js'
 import { InterleavedWeightedRoundRobinWorkerChoiceStrategy } from './interleaved-weighted-round-robin-worker-choice-strategy.js'
 import { LeastBusyWorkerChoiceStrategy } from './least-busy-worker-choice-strategy.js'