Skip to content

Commit 469ea67

Browse files
authored
Remove unused dart:async imports. (#499)
As of Dart 2.1, Future/Stream have been exported from dart:core.
1 parent 1617b72 commit 469ea67

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

lib/src/io_client.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +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';
65
import 'dart:io';
76

87
import 'base_client.dart';

test/io/utils.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +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';
65
import 'dart:convert';
76
import 'dart:io';
87

test/mock_client_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +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';
65
import 'dart:convert';
76

87
import 'package:http/http.dart' as http;

0 commit comments

Comments
 (0)