| Index: sky/examples/stocks/lib/stock_data.dart
|
| diff --git a/sky/examples/stocks/lib/stock_data.dart b/sky/examples/stocks/lib/stock_data.dart
|
| index bbee6160bf5d4e1d9101707efed9bdd0ab476411..9bca149d2053dbaba1c55912e2712331eafd87f0 100644
|
| --- a/sky/examples/stocks/lib/stock_data.dart
|
| +++ b/sky/examples/stocks/lib/stock_data.dart
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -library stock_data;
|
| -
|
| import 'dart:convert';
|
| import 'dart:math';
|
| import 'package:sky/framework/net/fetch.dart';
|
|
|