Skip to content

Commit e00aed2

Browse files
committed
chore: lint
1 parent 03c5e58 commit e00aed2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

airbyte_cdk/sources/declarative/requesters/paginators/default_paginator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
from airbyte_cdk.sources.declarative.requesters.request_path import RequestPath
2525
from airbyte_cdk.sources.types import Config, Record, StreamSlice, StreamState
2626
from airbyte_cdk.utils.mapping_helpers import (
27-
combine_mappings,
2827
_validate_component_request_option_paths,
28+
combine_mappings,
2929
)
3030

3131

unit_tests/utils/test_mapping_helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import pytest
22

33
from airbyte_cdk.utils.mapping_helpers import (
4-
combine_mappings,
5-
_validate_component_request_option_paths,
64
RequestOption,
75
RequestOptionType,
6+
_validate_component_request_option_paths,
7+
combine_mappings,
88
)
99

1010

0 commit comments

Comments
 (0)