Apply depedencies update
[e-mobility-charging-stations-simulator.git] / src / performance / storage / MongoDBStorage.ts
index 153f32ae0b7bcf33914eebfef56f522b09187037..54fc43349b2f3cbe8dbabc36ec3cd53dbc692936 100644 (file)
@@ -2,10 +2,10 @@
 
 import { MongoClient } from 'mongodb';
 
+import { Storage } from './Storage';
 import type { Statistics } from '../../types/Statistics';
 import { StorageType } from '../../types/Storage';
 import Constants from '../../utils/Constants';
-import { Storage } from './Storage';
 
 export class MongoDBStorage extends Storage {
   private readonly client: MongoClient | null;