Skip to content

Commit a71eb08

Browse files
author
octavia-squidington-iii
committed
Auto-fix lint and format issues
1 parent 2c08bb4 commit a71eb08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/file_based/stream/permissions_file_based_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
from airbyte_cdk.models import AirbyteLogMessage, AirbyteMessage, Level
99
from airbyte_cdk.models import Type as MessageType
10+
from airbyte_cdk.sources.file_based.stream import DefaultFileBasedStream
1011
from airbyte_cdk.sources.file_based.types import StreamSlice
1112
from airbyte_cdk.sources.streams.core import JsonSchema
1213
from airbyte_cdk.sources.utils.record_helper import stream_data_to_airbyte_message
13-
from airbyte_cdk.sources.file_based.stream import DefaultFileBasedStream
1414

1515

1616
class PermissionsFileBasedStream(DefaultFileBasedStream):

0 commit comments

Comments
 (0)