refactor: use eslint plugin to sort imports
[poolifier.git] / src / pools / selection-strategies / abstract-worker-choice-strategy.ts
index e29c1e38987a49aab6d19e5eba0670cb4b2131c5..3dda355ef29a043ad3c9c4d34241cebac6e1f28f 100644 (file)
@@ -1,5 +1,5 @@
 import { DEFAULT_WORKER_CHOICE_STRATEGY_OPTIONS } from '../../utils'
-import { PoolType, type IPool } from '../pool'
+import { type IPool, PoolType } from '../pool'
 import type { IWorker } from '../worker'
 import type {
   IWorkerChoiceStrategy,