Skip to content

Commit

Permalink
Remove commented type var
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jun 29, 2022
1 parent 5d9888e commit a34445b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion singer_sdk/streams/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
DEFAULT_REQUEST_TIMEOUT = 300 # 5 minutes

_TToken = TypeVar("_TToken")
# _TPaginator = TypeVar("_TPaginator", bound=BaseAPIPaginator)


class RESTStream(Stream, Generic[_TToken], metaclass=abc.ABCMeta):
Expand Down

0 comments on commit a34445b

Please sign in to comment.