From 208bf4bc9223edc1a38694e6ddf0f3fc117f48ac Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Fri, 7 May 2021 08:59:02 -0700 Subject: [PATCH] Remove "unnecessary" imports in dev/ (#81004) --- dev/tools/test/common.dart | 1 - dev/tracing_tests/test/image_painting_event_test.dart | 1 - 2 files changed, 2 deletions(-) diff --git a/dev/tools/test/common.dart b/dev/tools/test/common.dart index 531a03f731..2ee366765f 100644 --- a/dev/tools/test/common.dart +++ b/dev/tools/test/common.dart @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -import 'dart:io'; import 'package:args/args.dart'; import 'package:dev_tools/stdio.dart'; diff --git a/dev/tracing_tests/test/image_painting_event_test.dart b/dev/tracing_tests/test/image_painting_event_test.dart index 8854578d6f..38f0957cd3 100644 --- a/dev/tracing_tests/test/image_painting_event_test.dart +++ b/dev/tracing_tests/test/image_painting_event_test.dart @@ -7,7 +7,6 @@ import 'dart:convert' show jsonEncode; import 'dart:developer' as developer; import 'dart:ui' as ui; -import 'package:flutter/painting.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:vm_service/vm_service.dart';