| Index: pkg/yaml/lib/src/parser.dart
|
| diff --git a/pkg/yaml/lib/src/parser.dart b/pkg/yaml/lib/src/parser.dart
|
| index 98658e6a3058eb8a45c34ee955de00ab0676a941..b42638f527491d560f4915f698fa42c428ee3724 100644
|
| --- a/pkg/yaml/lib/src/parser.dart
|
| +++ b/pkg/yaml/lib/src/parser.dart
|
| @@ -12,7 +12,6 @@ import 'package:string_scanner/string_scanner.dart';
|
| import 'equality.dart';
|
| import 'model.dart';
|
| import 'utils.dart';
|
| -import 'yaml_exception.dart';
|
|
|
| /// Translates a string of characters into a YAML serialization tree.
|
| ///
|
|
|