Merge pull request dart-lang/stream_channel#65 from dart-lang/srawlins-patch-1
Remove unused dart:async import
diff --git a/pkgs/stream_channel/lib/src/stream_channel_completer.dart b/pkgs/stream_channel/lib/src/stream_channel_completer.dart
index f6fef25..5a824c1 100644
--- a/pkgs/stream_channel/lib/src/stream_channel_completer.dart
+++ b/pkgs/stream_channel/lib/src/stream_channel_completer.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 '../stream_channel.dart';