Apply dependencies update
[e-mobility-charging-stations-simulator.git] / src / worker / WorkerFactory.ts
index 55cb1da7a55fe2cf50d5b282d1ba703aa8f54c4a..8b979d06ca2d76f8e4d0220132b03dafd8a6bf84 100644 (file)
@@ -9,7 +9,6 @@ import WorkerSet from './WorkerSet';
 import WorkerStaticPool from './WorkerStaticPool';
 
 export default class WorkerFactory {
-  // eslint-disable-next-line @typescript-eslint/no-empty-function
   private constructor() {
     // This is intentional
   }