| Index: pkg/oauth2/lib/src/authorization_exception.dart
|
| diff --git a/pkg/oauth2/lib/src/authorization_exception.dart b/pkg/oauth2/lib/src/authorization_exception.dart
|
| index d48c3b16d5dc737c54c397798e39994cfdfbfc62..2a19cd11c64cda5231c1134806625feae920ef7b 100644
|
| --- a/pkg/oauth2/lib/src/authorization_exception.dart
|
| +++ b/pkg/oauth2/lib/src/authorization_exception.dart
|
| @@ -4,8 +4,6 @@
|
|
|
| library authorization_exception;
|
|
|
| -import 'dart:io';
|
| -
|
| /// An exception raised when OAuth2 authorization fails.
|
| class AuthorizationException implements Exception {
|
| /// The name of the error. Possible names are enumerated in [the spec][].
|
|
|