diff --git a/mobile/apps/photos/lib/utils/ml_util.dart b/mobile/apps/photos/lib/utils/ml_util.dart index 3389eeaab6..158a37a78e 100644 --- a/mobile/apps/photos/lib/utils/ml_util.dart +++ b/mobile/apps/photos/lib/utils/ml_util.dart @@ -22,9 +22,9 @@ import "package:photos/services/machine_learning/ml_exceptions.dart"; import "package:photos/services/machine_learning/ml_result.dart"; import "package:photos/services/machine_learning/semantic_search/semantic_search_service.dart"; import "package:photos/services/search_service.dart"; +import "package:photos/services/sync/local_sync_service.dart"; import "package:photos/src/rust/api/image_processing.dart"; import "package:photos/src/rust/custom/init_frb.dart"; -import "package:photos/services/sync/local_sync_service.dart"; import "package:photos/utils/file_util.dart"; import "package:photos/utils/image_ml_util.dart"; import "package:photos/utils/network_util.dart";