| Index: sdk/lib/_internal/pub/lib/src/error_group.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/error_group.dart b/sdk/lib/_internal/pub/lib/src/error_group.dart
|
| index b49b45a3702b3ffbdaeeec7f15140c071bcf1279..1130ef97e941a69fd3ab6056668a61b0129cc82e 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/error_group.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/error_group.dart
|
| @@ -6,8 +6,6 @@ library pub.error_group;
|
|
|
| import 'dart:async';
|
|
|
| -import 'utils.dart';
|
| -
|
| /// An [ErrorGroup] entangles the errors of multiple [Future]s and [Stream]s
|
| /// with one another. This allows APIs to expose multiple [Future]s and
|
| /// [Stream]s that have identical error conditions without forcing API consumers
|
|
|