Skip to content

Commit 463ee8e

Browse files
author
octavia-squidington-iii
committed
Auto-fix lint and format issues
1 parent 3154598 commit 463ee8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

unit_tests/sources/declarative/resolvers/test_parametrized_components_resolver.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
import json
22
from unittest.mock import MagicMock
33

4-
from airbyte_cdk.sources.declarative.concurrent_declarative_source import (
5-
ConcurrentDeclarativeSource,
6-
)
74
from airbyte_cdk.models import (
85
ConfiguredAirbyteCatalog,
96
ConfiguredAirbyteStream,
107
DestinationSyncMode,
11-
Type,
128
SyncMode,
9+
Type,
10+
)
11+
from airbyte_cdk.sources.declarative.concurrent_declarative_source import (
12+
ConcurrentDeclarativeSource,
1313
)
1414
from airbyte_cdk.test.mock_http import HttpMocker, HttpRequest, HttpResponse
1515

0 commit comments

Comments
 (0)