Skip to content

Commit 2d1e2f4

Browse files
author
maxime.c
committed
remove unused file
1 parent 76ac6f7 commit 2d1e2f4

File tree

3 files changed

+0
-100
lines changed

3 files changed

+0
-100
lines changed

airbyte_cdk/sources/streams/concurrent/availability_strategy.py

Lines changed: 0 additions & 94 deletions
This file was deleted.

unit_tests/sources/streams/concurrent/test_adapters.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
StreamPartition,
2323
StreamPartitionGenerator,
2424
)
25-
from airbyte_cdk.sources.streams.concurrent.availability_strategy import (
26-
STREAM_AVAILABLE,
27-
StreamAvailable,
28-
StreamUnavailable,
29-
)
3025
from airbyte_cdk.sources.streams.concurrent.cursor import Cursor
3126
from airbyte_cdk.sources.streams.concurrent.exceptions import ExceptionWithDisplayMessage
3227
from airbyte_cdk.sources.streams.core import Stream

unit_tests/sources/streams/concurrent/test_default_stream.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
from airbyte_cdk.models import AirbyteStream, SyncMode
88
from airbyte_cdk.sources.message import InMemoryMessageRepository
9-
from airbyte_cdk.sources.streams.concurrent.availability_strategy import STREAM_AVAILABLE
109
from airbyte_cdk.sources.streams.concurrent.cursor import Cursor, FinalStateCursor
1110
from airbyte_cdk.sources.streams.concurrent.default_stream import DefaultStream
1211

0 commit comments

Comments
 (0)