Linter fixes
[e-mobility-charging-stations-simulator.git] / src / worker / WorkerAbstract.ts
index 356e1a7ab8997c2dac8eeab4c03e4c09f0fac0e1..0fccdb812d7ed4c2a40b28596a3cfc883ed606e3 100644 (file)
@@ -1,7 +1,7 @@
 import fs from 'fs';
 
-import type { WorkerData, WorkerOptions } from '../types/Worker';
 import WorkerConstants from './WorkerConstants';
+import type { WorkerData, WorkerOptions } from '../types/Worker';
 
 export default abstract class WorkerAbstract<T extends WorkerData> {
   protected readonly workerScript: string;