commit | 3dd55046117786ea7a7fb92bc812a2a5e25643b0 | [log] [tgz] |
---|---|---|
author | Michael R Fairhurst <michaelrfairhurst@gmail.com> | Tue Sep 22 08:16:26 2020 -0700 |
committer | GitHub <noreply@github.com> | Tue Sep 22 08:16:26 2020 -0700 |
tree | 4d47fee8744da24ecff172b82d972bfbfc237af1 | |
parent | 9e131e477c922bfb146bfefc45c32265b36181f6 [diff] |
Remove unused dart:async import (#312) Since Dart 2.1, Future and Stream have been exported from dart:core
diff --git a/bin/format_coverage.dart b/bin/format_coverage.dart index 978b061..a9dceba 100644 --- a/bin/format_coverage.dart +++ b/bin/format_coverage.dart
@@ -2,7 +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 'dart:io'; import 'package:args/args.dart';