Skip to content

Commit abeba93

Browse files
author
octavia-squidington-iii
committed
Auto-fix lint and format issues
1 parent aa1f394 commit abeba93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unit_tests/sources/file_based/stream/test_default_file_based_stream.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
AirbyteLogMessage,
1717
AirbyteMessage,
1818
AirbyteRecordMessageFileReference,
19+
AirbyteStream,
1920
Level,
2021
)
21-
from airbyte_cdk.models import AirbyteStream, Type as MessageType
22+
from airbyte_cdk.models import Type as MessageType
2223
from airbyte_cdk.sources.file_based import FileBasedStreamConfig
2324
from airbyte_cdk.sources.file_based.availability_strategy import (
2425
AbstractFileBasedAvailabilityStrategy,

0 commit comments

Comments
 (0)