Linter fixes
[e-mobility-charging-stations-simulator.git] / src / performance / storage / JsonFileStorage.ts
index 2f90fc460063b335ef716a47b14ff6b694246445..63d12a439a0aa6a54283b4717ce93ce0e1ba596a 100644 (file)
@@ -4,11 +4,11 @@ import fs from 'fs';
 
 import lockfile from 'proper-lockfile';
 
+import { Storage } from './Storage';
 import { FileType } from '../../types/FileType';
 import type { Statistics } from '../../types/Statistics';
 import FileUtils from '../../utils/FileUtils';
 import Utils from '../../utils/Utils';
-import { Storage } from './Storage';
 
 export class JsonFileStorage extends Storage {
   private fd: number | null = null;