Skip to content

Commit

Permalink
Revert "Introduce warning"
Browse files Browse the repository at this point in the history
This reverts commit 44fa674.
  • Loading branch information
edgarrmondragon committed Feb 5, 2025
1 parent 623ad07 commit 73274f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tap_stackexchange/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ class StackExchangeStream(RESTStream):
records_jsonpath = "$.items[*]"
is_sorted = True

rest_method = "GET"

rate_limit_response_codes: t.ClassVar[list[int]] = []

def __init__(self, *args: t.Any, base_url: str = BASE_URL, **kwargs: t.Any) -> None:
Expand Down

0 comments on commit 73274f8

Please sign in to comment.