Skip to content

Commit b1442a1

Browse files
stereotype441commit-bot@chromium.org
authored andcommitted
Remove unused import
Change-Id: I6d25e5ea3f1fdf320ec85d5f405789e6e8c2ddf0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/151084 Auto-Submit: Paul Berry <[email protected]> Commit-Queue: Samuel Rawlins <[email protected]> Reviewed-by: Samuel Rawlins <[email protected]>
1 parent af054ee commit b1442a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/nnbd_migration/lib/src/nullability_migration_impl.dart

Lines changed: 1 addition & 2 deletions
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 'package:analyzer/dart/analysis/features.dart';
65
import 'package:analyzer/dart/analysis/results.dart';
76
import 'package:analyzer/file_system/physical_file_system.dart';
87
import 'package:analyzer/src/dart/analysis/session.dart';
@@ -15,9 +14,9 @@ import 'package:nnbd_migration/src/decorated_class_hierarchy.dart';
1514
import 'package:nnbd_migration/src/decorated_type.dart';
1615
import 'package:nnbd_migration/src/edge_builder.dart';
1716
import 'package:nnbd_migration/src/edit_plan.dart';
17+
import 'package:nnbd_migration/src/exceptions.dart';
1818
import 'package:nnbd_migration/src/fix_aggregator.dart';
1919
import 'package:nnbd_migration/src/fix_builder.dart';
20-
import 'package:nnbd_migration/src/exceptions.dart';
2120
import 'package:nnbd_migration/src/node_builder.dart';
2221
import 'package:nnbd_migration/src/nullability_node.dart';
2322
import 'package:nnbd_migration/src/postmortem_file.dart';

0 commit comments

Comments
 (0)