Skip to content

Commit

Permalink
Merge pull request flutter#65 from dart-lang/srawlins-patch-1
Browse files Browse the repository at this point in the history
Remove unused dart:async import
  • Loading branch information
srawlins authored Oct 20, 2020
2 parents 3488032 + ced970b commit d7251e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/stream_channel_completer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit d7251e6

Please sign in to comment.