refactor: cleanup eslint configuration
[poolifier.git] / src / pools / selection-strategies / abstract-worker-choice-strategy.ts
index ff1d4b0847e3bd53be4c06bd3d252523f3ff545e..3618944c2043a07b1e8e709aa877d831b2bfc76b 100644 (file)
@@ -1,7 +1,7 @@
 import type { IPool } from '../pool.js'
 import {
-  DEFAULT_MEASUREMENT_STATISTICS_REQUIREMENTS,
-  buildWorkerChoiceStrategyOptions
+  buildWorkerChoiceStrategyOptions,
+  DEFAULT_MEASUREMENT_STATISTICS_REQUIREMENTS
 } from '../utils.js'
 import type { IWorker } from '../worker.js'
 import type {