Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristoGrab committed Feb 10, 2025
1 parent 03c5e58 commit e00aed2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
from airbyte_cdk.sources.declarative.requesters.request_path import RequestPath
from airbyte_cdk.sources.types import Config, Record, StreamSlice, StreamState
from airbyte_cdk.utils.mapping_helpers import (
combine_mappings,
_validate_component_request_option_paths,
combine_mappings,
)


Expand Down
4 changes: 2 additions & 2 deletions unit_tests/utils/test_mapping_helpers.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import pytest

from airbyte_cdk.utils.mapping_helpers import (
combine_mappings,
_validate_component_request_option_paths,
RequestOption,
RequestOptionType,
_validate_component_request_option_paths,
combine_mappings,
)


Expand Down

0 comments on commit e00aed2

Please sign in to comment.