Skip to content

Commit 76cb16a

Browse files
committed
chore(internal): remove unused type var (#82)
1 parent 925b286 commit 76cb16a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/orb/pagination.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# File generated from our OpenAPI spec by Stainless.
22

3-
from typing import List, Generic, TypeVar, Optional
3+
from typing import List, Generic, Optional
44
from typing_extensions import override
55

66
from ._types import ModelT
@@ -9,8 +9,6 @@
99

1010
__all__ = ["SyncPage", "AsyncPage"]
1111

12-
_BaseModelT = TypeVar("_BaseModelT", bound=BaseModel)
13-
1412

1513
class PagePaginationMetadata(BaseModel):
1614
has_more: bool

0 commit comments

Comments
 (0)