| Index: packages/yaml/lib/src/yaml_document.dart
|
| diff --git a/packages/yaml/lib/src/yaml_document.dart b/packages/yaml/lib/src/yaml_document.dart
|
| index 4c249a0c1fa8827eae57e3cb81fc978b98204550..61a82e7375da536ba86035c53293d9ef61f6b59b 100644
|
| --- a/packages/yaml/lib/src/yaml_document.dart
|
| +++ b/packages/yaml/lib/src/yaml_document.dart
|
| @@ -2,8 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library yaml.yaml_document;
|
| -
|
| import 'dart:collection';
|
|
|
| import 'package:source_span/source_span.dart';
|
|
|