Skip to content

Commit

Permalink
chore: auto-fix lint and format issues
Browse files Browse the repository at this point in the history
  • Loading branch information
octavia-squidington-iii committed Mar 3, 2025
1 parent ee4d99e commit 2a264cf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
#

from unittest.mock import MagicMock, Mock, patch
from unittest.mock import patch

import pytest
import requests

from airbyte_cdk.sources.declarative.partition_routers.substream_partition_router import ParentStreamConfig
from airbyte_cdk.sources.streams import Stream


@pytest.mark.parametrize(
"rate_limit_header, backoff_time",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from typing import Any, Dict, Optional
from unittest import TestCase

from integration.config import KlaviyoConfigBuilder
from source_klaviyo import SourceKlaviyo

from airbyte_cdk.models import ConfiguredAirbyteCatalog, SyncMode
Expand All @@ -18,7 +19,6 @@
create_response_builder,
find_template,
)
from integration.config import KlaviyoConfigBuilder


_ENDPOINT_TEMPLATE_NAME = "profiles"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from datetime import datetime, timedelta
from http import HTTPStatus
from unittest.mock import Mock, patch
from urllib.parse import parse_qs, urlparse

import pytest
from source_microsoft_sharepoint.utils import PlaceholderUrlBuilder, execute_query_with_retry, filter_http_urls
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
)
from source_tiktok_marketing.components.transformations import TransformEmptyMetrics

from airbyte_cdk.sources.declarative.datetime.min_max_datetime import MinMaxDatetime
from airbyte_cdk.sources.declarative.partition_routers.substream_partition_router import ParentStreamConfig
from airbyte_cdk.sources.declarative.types import StreamSlice


@pytest.mark.parametrize(
Expand Down

0 comments on commit 2a264cf

Please sign in to comment.