Skip to content

Commit dbfa3bb

Browse files
committed
lint stuff
1 parent eb4a95e commit dbfa3bb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

unit_tests/sources/declarative/partition_routers/test_substream_partition_router.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from airbyte_cdk.sources.declarative.incremental.per_partition_cursor import (
1818
CursorFactory,
1919
PerPartitionCursor,
20-
StreamSlice,
2120
)
2221
from airbyte_cdk.sources.declarative.interpolation import InterpolatedString
2322
from airbyte_cdk.sources.declarative.partition_routers import (
@@ -33,7 +32,7 @@
3332
RequestOptionType,
3433
)
3534
from airbyte_cdk.sources.streams.checkpoint import Cursor
36-
from airbyte_cdk.sources.types import Record
35+
from airbyte_cdk.sources.types import Record, StreamSlice
3736
from airbyte_cdk.utils import AirbyteTracedException
3837
from unit_tests.sources.declarative.partition_routers.helpers import MockStream
3938

0 commit comments

Comments
 (0)