Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 23, 2024
1 parent a372fa7 commit 41fd252
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tap_linkedin_ads/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 41fd252

Please sign in to comment.