refactor: untangle utils purpose
[poolifier.git] / src / pools / selection-strategies / fair-share-worker-choice-strategy.ts
index f87465582b2070ee748bcd650806f29b8aeebeb3..ee617d36253cac9c6e8b0970725b139c1ad5b1a5 100644 (file)
@@ -1,5 +1,5 @@
-import { DEFAULT_MEASUREMENT_STATISTICS_REQUIREMENTS } from '../../utils.js'
 import type { IPool } from '../pool.js'
+import { DEFAULT_MEASUREMENT_STATISTICS_REQUIREMENTS } from '../utils.js'
 import type { IWorker } from '../worker.js'
 import { AbstractWorkerChoiceStrategy } from './abstract-worker-choice-strategy.js'
 import {