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 13, 2025
1 parent 722c7e0 commit 54d5ec6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
from datetime import datetime, timezone
from unittest.mock import Mock

from airbyte_protocol_dataclasses.models import SyncMode

from airbyte_cdk.sources.file_based.discovery_policy import AbstractDiscoveryPolicy
from airbyte_cdk.sources.file_based.exceptions import (
FileBasedErrorsCollector,
)
from airbyte_cdk.sources.file_based.file_based_stream_reader import AbstractFileBasedStreamReader
from airbyte_cdk.sources.file_based.stream import FileIdentities
from airbyte_protocol_dataclasses.models import SyncMode


class MockFormat:
Expand Down

0 comments on commit 54d5ec6

Please sign in to comment.