diff --git a/avt_fresh/token.py b/avt_fresh/token.py index bfd8002..01a7e5d 100644 --- a/avt_fresh/token.py +++ b/avt_fresh/token.py @@ -19,7 +19,6 @@ class OnlyOneToken(Exception): class TokenTup(typing.NamedTuple): - id: int access_token: str token_type: str expires_in: int