Skip to content

Commit ca6e425

Browse files
Update type
1 parent a7935df commit ca6e425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seam/seam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def __init__(
9191
Routes.__init__(self, client=self.client, defaults=self.defaults)
9292

9393
def create_paginator(
94-
self, request: Callable[..., Any], params: Optional[Dict[str, Any]] = None
94+
self, request: Callable, params: Optional[Dict[str, Any]] = None
9595
) -> Paginator:
9696
"""
9797
Creates a Paginator instance for iterating through list endpoints.

0 commit comments

Comments
 (0)