Skip to content

Commit b8dfe40

Browse files
authored
Remove unused dart:async imports. (flutter#67)
As of Dart 2.1, Future/Stream have been exported from dart:core.
1 parent 8f189db commit b8dfe40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/client/client_test.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'dart:async';
6-
75
import 'package:test/test.dart';
86
import 'package:json_rpc_2/error_code.dart' as error_code;
97
import 'package:json_rpc_2/json_rpc_2.dart' as json_rpc;

0 commit comments

Comments
 (0)