Skip to content

Commit 4f63711

Browse files
authored
Remove unnecessary dart:async imports (#2414)
1 parent 0ac0b48 commit 4f63711

File tree

6 files changed

+0
-7
lines changed

6 files changed

+0
-7
lines changed

lib/src/io_utils.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
/// This is a helper library to make working with io easier.
66
library dartdoc.io_utils;
77

8-
import 'dart:async';
98
import 'dart:convert';
109
import 'dart:io' as io;
1110

lib/src/logging.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' show stderr, stdout;
87

lib/src/model/package_builder.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:analyzer/dart/analysis/features.dart';
86
import 'package:analyzer/dart/analysis/results.dart';
97
import 'package:analyzer/dart/element/element.dart';

lib/src/model/package_graph.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:collection';
76

87
import 'package:analyzer/dart/ast/ast.dart';

lib/src/package_config_provider.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' as io;
76

87
import 'package:analyzer/file_system/file_system.dart';

lib/src/tool_runner.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
library dartdoc.tool_runner;
66

7-
import 'dart:async';
87
import 'dart:io' show Process, ProcessException;
98

109
import 'package:analyzer/file_system/file_system.dart';

0 commit comments

Comments
 (0)