Skip to content

Commit 1b02cdc

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

airbyte_cdk/sources/declarative/retrievers/simple_retriever.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,10 @@
8282
from airbyte_cdk.sources.declarative.transformations import RecordTransformation
8383
from airbyte_cdk.sources.http_logger import format_http_message
8484
from airbyte_cdk.sources.source import ExperimentalClassWarning
85+
from airbyte_cdk.sources.streams.concurrent.cursor import Cursor
8586
from airbyte_cdk.sources.streams.core import StreamData
8687
from airbyte_cdk.sources.types import Config, Record, StreamSlice, StreamState
8788
from airbyte_cdk.utils.mapping_helpers import combine_mappings
88-
from airbyte_cdk.sources.streams.concurrent.cursor import Cursor
89-
9089

9190
FULL_REFRESH_SYNC_COMPLETE_KEY = "__ab_full_refresh_sync_complete"
9291

0 commit comments

Comments
 (0)