From 41fd252647f3809f78d0c8078894f1578884547e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 23:14:18 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tap_linkedin_ads/streams.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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.