From d7a9dc8ccc11832d1d2f9a09004e245aa1655b81 Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Mon, 7 Mar 2016 13:27:08 -0800 Subject: [PATCH] Remove unused imports --- pkgs/async/test/async_memoizer_test.dart | 2 -- pkgs/async/test/restartable_timer_test.dart | 2 -- 2 files changed, 4 deletions(-) diff --git a/pkgs/async/test/async_memoizer_test.dart b/pkgs/async/test/async_memoizer_test.dart index b8ca38a1..dc008f1e 100644 --- a/pkgs/async/test/async_memoizer_test.dart +++ b/pkgs/async/test/async_memoizer_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -import 'dart:async'; - import 'package:async/async.dart'; import 'package:test/test.dart'; diff --git a/pkgs/async/test/restartable_timer_test.dart b/pkgs/async/test/restartable_timer_test.dart index 6732b813..7dbbc2e4 100644 --- a/pkgs/async/test/restartable_timer_test.dart +++ b/pkgs/async/test/restartable_timer_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -import 'dart:async'; - import 'package:async/async.dart'; import 'package:fake_async/fake_async.dart'; import 'package:test/test.dart';