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 Nov 25, 2024
1 parent cc7c0d2 commit e37329f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_linkedin_ads/streams/base_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from singer_sdk import metrics
from singer_sdk.authenticators import BearerTokenAuthenticator
from singer_sdk.helpers.jsonpath import extract_jsonpath
from singer_sdk.pagination import BaseAPIPaginator # noqa: TCH002 # noqa: TCH002
from singer_sdk.pagination import BaseAPIPaginator # noqa: TC002 # noqa: TCH002
from singer_sdk.streams import RESTStream

from tap_linkedin_ads.auth import LinkedInAdsOAuthAuthenticator
Expand Down

0 comments on commit e37329f

Please sign in to comment.