| Index: lib/src/transcript.dart
 | 
| diff --git a/lib/src/transcript.dart b/lib/src/transcript.dart
 | 
| index ce3aab6de7c067eb782cdee5cd149f6d3bed96b9..078e0b4254f7098265d3e670b3309e4bd62dd761 100644
 | 
| --- a/lib/src/transcript.dart
 | 
| +++ b/lib/src/transcript.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 pub.transcript;
 | 
| -
 | 
|  import 'dart:collection';
 | 
|  
 | 
|  /// A rolling transcript of entries of type [T].
 | 
| 
 |