From c8fcb6b91ae2232aaba7d3efb2d8746902d2374c Mon Sep 17 00:00:00 2001 From: Anh Date: Thu, 22 Feb 2024 12:15:18 +0700 Subject: [PATCH] Format Dart code --- flutter/lib/ui/home/benchmark_running_screen.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/flutter/lib/ui/home/benchmark_running_screen.dart b/flutter/lib/ui/home/benchmark_running_screen.dart index 88bfc78b6..b489952a3 100644 --- a/flutter/lib/ui/home/benchmark_running_screen.dart +++ b/flutter/lib/ui/home/benchmark_running_screen.dart @@ -13,7 +13,6 @@ import 'package:mlperfbench/localizations/app_localizations.dart'; import 'package:mlperfbench/state/task_runner.dart'; import 'package:mlperfbench/ui/app_styles.dart'; import 'package:mlperfbench/ui/formatter.dart'; -import 'package:mlperfbench/ui/home/progress_circles.dart'; import 'package:mlperfbench/ui/icons.dart'; class BenchmarkRunningScreen extends StatefulWidget {