Skip to content

Commit 68ceb67

Browse files
committed
fix ruff stuff
1 parent 7d4cdf8 commit 68ceb67

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

unit_tests/sources/declarative/partition_routers/test_cartesian_product_partition_router.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
RequestOptionType,
2121
)
2222
from airbyte_cdk.sources.types import StreamSlice
23-
2423
from unit_tests.sources.declarative.partition_routers.helpers import MockStream
2524

2625

unit_tests/sources/declarative/partition_routers/test_substream_partition_router.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
from airbyte_cdk.utils import AirbyteTracedException
3838
from unit_tests.sources.declarative.partition_routers.helpers import MockStream
3939

40-
4140
parent_records = [{"id": 1, "data": "data1"}, {"id": 2, "data": "data2"}]
4241
more_records = [
4342
{"id": 10, "data": "data10", "slice": "second_parent"},

0 commit comments

Comments
 (0)