Skip to content

Commit

Permalink
Auto-fix lint and format issues
Browse files Browse the repository at this point in the history
  • Loading branch information
octavia-squidington-iii committed Feb 3, 2025
1 parent 40c1787 commit 36e0bca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions airbyte_cdk/sources/file_based/file_based_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
ValidationPolicy,
)
from airbyte_cdk.sources.file_based.config.validate_config_transfer_modes import (
use_file_transfer,
include_identities_stream,
preserve_directory_structure,
use_file_transfer,
use_permissions_transfer,
include_identities_stream,
)
from airbyte_cdk.sources.file_based.discovery_policy import (
AbstractDiscoveryPolicy,
Expand Down
4 changes: 2 additions & 2 deletions airbyte_cdk/sources/file_based/file_based_stream_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

from airbyte_cdk.sources.file_based.config.abstract_file_based_spec import AbstractFileBasedSpec
from airbyte_cdk.sources.file_based.config.validate_config_transfer_modes import (
use_file_transfer,
preserve_directory_structure,
include_identities_stream,
preserve_directory_structure,
use_file_transfer,
)
from airbyte_cdk.sources.file_based.remote_file import RemoteFile

Expand Down

0 comments on commit 36e0bca

Please sign in to comment.