| Index: lib/src/parser.dart
|
| diff --git a/lib/src/parser.dart b/lib/src/parser.dart
|
| index b44043a1e62f3adf2afd46d9e6c1dc11c8504672..d5ed87aadd8db479b1ed89523264b9d87f535f42 100644
|
| --- a/lib/src/parser.dart
|
| +++ b/lib/src/parser.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.parser;
|
| -
|
| import 'package:source_span/source_span.dart';
|
| import 'package:string_scanner/string_scanner.dart';
|
|
|
|
|