refactor: untangle utils purpose
[poolifier.git] / src / pools / selection-strategies / abstract-worker-choice-strategy.ts
index f244374291da55b9173129b6384b00f49d952e65..ff1d4b0847e3bd53be4c06bd3d252523f3ff545e 100644 (file)
@@ -1,8 +1,8 @@
+import type { IPool } from '../pool.js'
 import {
   DEFAULT_MEASUREMENT_STATISTICS_REQUIREMENTS,
   buildWorkerChoiceStrategyOptions
-} from '../../utils.js'
-import type { IPool } from '../pool.js'
+} from '../utils.js'
 import type { IWorker } from '../worker.js'
 import type {
   IWorkerChoiceStrategy,