Skip to content

Commit 54d5ec6

Browse files
author
octavia-squidington-iii
committed
Auto-fix lint and format issues
1 parent 722c7e0 commit 54d5ec6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unit_tests/sources/file_based/stream/concurrent/test_file_identities_stream.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
from datetime import datetime, timezone
77
from unittest.mock import Mock
88

9+
from airbyte_protocol_dataclasses.models import SyncMode
10+
911
from airbyte_cdk.sources.file_based.discovery_policy import AbstractDiscoveryPolicy
1012
from airbyte_cdk.sources.file_based.exceptions import (
1113
FileBasedErrorsCollector,
1214
)
1315
from airbyte_cdk.sources.file_based.file_based_stream_reader import AbstractFileBasedStreamReader
1416
from airbyte_cdk.sources.file_based.stream import FileIdentities
15-
from airbyte_protocol_dataclasses.models import SyncMode
1617

1718

1819
class MockFormat:

0 commit comments

Comments
 (0)