| Index: lib/src/authorization_code_grant.dart
|
| diff --git a/lib/src/authorization_code_grant.dart b/lib/src/authorization_code_grant.dart
|
| index 7a73d44ab0baad33cabb4b8c2c15cc8b993007cd..1cb45dae32f2ddfdc4c4f5388c6246810d7ae495 100644
|
| --- a/lib/src/authorization_code_grant.dart
|
| +++ b/lib/src/authorization_code_grant.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 oauth2.authorization_code_grant;
|
| -
|
| import 'dart:async';
|
|
|
| import 'package:http/http.dart' as http;
|
|
|