Browse Source

Remove unnecessary import

vishnukvmd 3 years ago
parent
commit
2c8bb1f83b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/core/cache/image_cache.dart

+ 0 - 1
lib/core/cache/image_cache.dart

@@ -1,7 +1,6 @@
 import 'dart:io' as io;
 
 import 'package:photos/core/cache/lru_map.dart';
-import 'package:photos/models/file.dart';
 
 class FileLruCache {
   static final LRUMap<String, io.File> _map = LRUMap(25);