We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb4a95e commit dbfa3bbCopy full SHA for dbfa3bb
1 file changed
unit_tests/sources/declarative/partition_routers/test_substream_partition_router.py
@@ -17,7 +17,6 @@
17
from airbyte_cdk.sources.declarative.incremental.per_partition_cursor import (
18
CursorFactory,
19
PerPartitionCursor,
20
- StreamSlice,
21
)
22
from airbyte_cdk.sources.declarative.interpolation import InterpolatedString
23
from airbyte_cdk.sources.declarative.partition_routers import (
@@ -33,7 +32,7 @@
33
32
RequestOptionType,
34
35
from airbyte_cdk.sources.streams.checkpoint import Cursor
36
-from airbyte_cdk.sources.types import Record
+from airbyte_cdk.sources.types import Record, StreamSlice
37
from airbyte_cdk.utils import AirbyteTracedException
38
from unit_tests.sources.declarative.partition_routers.helpers import MockStream
39
0 commit comments