Skip to content

Commit 87d6bf1

Browse files
author
octavia-squidington-iii
committed
Auto-fix lint and format issues
1 parent 39369ce commit 87d6bf1

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

unit_tests/sources/declarative/extractors/test_combined_extractor.py

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@
55
import json
66
from unittest.mock import MagicMock
77

8-
from airbyte_cdk.models import (ConfiguredAirbyteCatalog,
9-
ConfiguredAirbyteStream, DestinationSyncMode,
10-
Type)
11-
from airbyte_cdk.sources.declarative.concurrent_declarative_source import \
12-
ConcurrentDeclarativeSource
8+
from airbyte_cdk.models import (
9+
ConfiguredAirbyteCatalog,
10+
ConfiguredAirbyteStream,
11+
DestinationSyncMode,
12+
Type,
13+
)
14+
from airbyte_cdk.sources.declarative.concurrent_declarative_source import (
15+
ConcurrentDeclarativeSource,
16+
)
1317
from airbyte_cdk.test.mock_http import HttpMocker, HttpRequest, HttpResponse
1418

1519

0 commit comments

Comments
 (0)