Skip to content

Commit 7817aa1

Browse files
[dartfix] Remove unused dart:async imports
Change-Id: I11ae93270e342b3ed5f3081473cb22fd4b5ef483 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/161467 Auto-Submit: Mike Fairhurst <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]>
1 parent 42dfb9d commit 7817aa1

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

pkg/dartfix/lib/listener/bad_message_listener.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:analysis_server_client/listener/server_listener.dart';
86

97
/// [BadMessageListener] throws an exception if the [Client] receives bad data.

pkg/dartfix/lib/src/driver.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' show File, Platform;
76

87
import 'package:analysis_server_client/handler/connection_handler.dart';

0 commit comments

Comments
 (0)