diff --git a/lib/src/front_end/piece_factory.dart b/lib/src/front_end/piece_factory.dart index e180df5b..3d0f2752 100644 --- a/lib/src/front_end/piece_factory.dart +++ b/lib/src/front_end/piece_factory.dart @@ -3,7 +3,6 @@ // BSD-style license that can be found in the LICENSE file. import 'package:analyzer/dart/ast/ast.dart'; import 'package:analyzer/dart/ast/token.dart'; -import 'package:collection/collection.dart'; import '../ast_extensions.dart'; import '../piece/adjacent.dart';