diff --git a/tap_linkedin_ads/streams.py b/tap_linkedin_ads/streams.py index d0579c7..8b3688b 100644 --- a/tap_linkedin_ads/streams.py +++ b/tap_linkedin_ads/streams.py @@ -92,7 +92,7 @@ def get_child_context(self, record: dict, context: t.Optional[dict]) -> dict: def get_url_params( self, - context: dict | None, # noqa: ARG002 + context: dict | None, next_page_token: t.Any | None, # noqa: ANN401 ) -> dict[str, t.Any]: """Return a dictionary of values to be used in URL parameterization. @@ -151,7 +151,7 @@ class AccountUsersStream(LinkedInAdsStream): def get_url_params( self, - context: dict | None, # noqa: ARG002 + context: dict | None, next_page_token: t.Any | None, # noqa: ANN401 ) -> dict[str, t.Any]: """Return a dictionary of values to be used in URL parameterization. @@ -440,7 +440,7 @@ def get_url(self, context: dict | None) -> str: def get_url_params( self, - context: dict | None, # noqa: ARG002 + context: dict | None, next_page_token: t.Any | None, # noqa: ANN401 ) -> dict[str, t.Any]: """Return a dictionary of values to be used in URL parameterization. @@ -538,7 +538,7 @@ def get_url(self, context: dict | None) -> str: def get_url_params( self, - context: dict | None, # noqa: ARG002 + context: dict | None, next_page_token: t.Any | None, # noqa: ANN401 ) -> dict[str, t.Any]: """Return a dictionary of values to be used in URL parameterization. @@ -619,7 +619,7 @@ def get_url(self, context: dict | None) -> str: def get_url_params( self, - context: dict | None, # noqa: ARG002 + context: dict | None, next_page_token: t.Any | None, # noqa: ANN401 ) -> dict[str, t.Any]: """Return a dictionary of values to be used in URL parameterization. @@ -688,7 +688,7 @@ def url_base(self) -> str: def get_url_params( self, - context: dict | None, # noqa: ARG002 + context: dict | None, next_page_token: t.Any | None, # noqa: ANN401 ) -> dict[str, t.Any]: """Return a dictionary of values to be used in URL parameterization. @@ -855,7 +855,7 @@ def adanalyticscolumns(self) -> list[str]: def get_url_params( self, - context: dict | None, # noqa: ARG002 + context: dict | None, next_page_token: t.Any | None, # noqa: ANN401 ) -> dict[str, t.Any]: """Return a dictionary of values to be used in URL parameterization. @@ -1114,7 +1114,7 @@ def adanalyticscolumns(self) -> list[str]: def get_url_params( self, - context: dict | None, # noqa: ARG002 + context: dict | None, next_page_token: t.Any | None, # noqa: ANN401 ) -> dict[str, t.Any]: """Return a dictionary of values to be used in URL parameterization.