| Index: packages/yaml/lib/yaml.dart
|
| diff --git a/packages/yaml/lib/yaml.dart b/packages/yaml/lib/yaml.dart
|
| index 0d48deae9590ecf800d4b19122d73f4468790216..9772464bb83a08695eaba21db8b2f31319d39517 100644
|
| --- a/packages/yaml/lib/yaml.dart
|
| +++ b/packages/yaml/lib/yaml.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;
|
| -
|
| import 'src/loader.dart';
|
| import 'src/style.dart';
|
| import 'src/yaml_document.dart';
|
|
|