Skip to content

Commit 6a16ea6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 59d96f9 commit 6a16ea6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tap_linkedin_ads/streams/base_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from singer_sdk import metrics
99
from singer_sdk.authenticators import BearerTokenAuthenticator
1010
from singer_sdk.helpers.jsonpath import extract_jsonpath
11-
from singer_sdk.pagination import BaseAPIPaginator # noqa: TCH002 # noqa: TCH002
11+
from singer_sdk.pagination import BaseAPIPaginator # noqa: TC002 # noqa: TCH002
1212
from singer_sdk.streams import RESTStream
1313

1414
from tap_linkedin_ads.auth import LinkedInAdsOAuthAuthenticator

0 commit comments

Comments
 (0)