Skip to content

Commit 76ac6f7

Browse files
author
octavia-squidington-iii
committed
Auto-fix lint and format issues
1 parent 1d5b468 commit 76ac6f7

File tree

1 file changed

+3
-1
lines changed
  • airbyte_cdk/sources/file_based/stream/concurrent

1 file changed

+3
-1
lines changed

airbyte_cdk/sources/file_based/stream/concurrent/adapters.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
)
2020
from airbyte_cdk.sources import AbstractSource
2121
from airbyte_cdk.sources.connector_state_manager import ConnectorStateManager
22-
from airbyte_cdk.sources.file_based.availability_strategy import AbstractFileBasedAvailabilityStrategy
22+
from airbyte_cdk.sources.file_based.availability_strategy import (
23+
AbstractFileBasedAvailabilityStrategy,
24+
)
2325
from airbyte_cdk.sources.file_based.config.file_based_stream_config import PrimaryKeyType
2426
from airbyte_cdk.sources.file_based.file_types.file_type_parser import FileTypeParser
2527
from airbyte_cdk.sources.file_based.remote_file import RemoteFile

0 commit comments

Comments
 (0)