Skip to content

Commit

Permalink
Remove unused dart:async imports. (flutter#67)
Browse files Browse the repository at this point in the history
As of Dart 2.1, Future/Stream have been exported from dart:core.
  • Loading branch information
srawlins authored Oct 28, 2020
1 parent 8f189db commit b8dfe40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/client/client_test.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:test/test.dart';
import 'package:json_rpc_2/error_code.dart' as error_code;
import 'package:json_rpc_2/json_rpc_2.dart' as json_rpc;
Expand Down

0 comments on commit b8dfe40

Please sign in to comment.