Chromium Code Reviews| Index: lib/src/handler.dart |
| diff --git a/lib/src/handler.dart b/lib/src/handler.dart |
| index 6ac3d3129c308855b3dac48088315de6b5e507b8..4bb08e97384bfb654f596e0c6022275cf811cfcb 100644 |
| --- a/lib/src/handler.dart |
| +++ b/lib/src/handler.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 shelf.typedef; |
| - |
| import 'request.dart'; |
| /// The signature of a function which handles a [Request]. |