Skip to content

Commit a80284c

Browse files
Guillaume Pujolguillp
authored andcommitted
import override from typing_extensions
1 parent b062c7f commit a80284c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

requests_oauth2client/serializers.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212

1313
from abc import ABC, abstractmethod
1414
from datetime import datetime, timezone
15-
from typing import TYPE_CHECKING, Any, Callable, ClassVar, Generic, TypeVar, override
15+
from typing import TYPE_CHECKING, Any, Callable, ClassVar, Generic, TypeVar
1616

1717
import jwskate
1818
from attr import asdict, field, frozen
1919
from binapy import BinaPy
20+
from typing_extensions import override
2021

2122
from .authorization_request import (
2223
AuthorizationRequest,
@@ -28,6 +29,8 @@
2829

2930
if TYPE_CHECKING:
3031
from collections.abc import Mapping
32+
33+
3134
T = TypeVar("T")
3235

3336

0 commit comments

Comments
 (0)