Skip to content

Commit dce4f8c

Browse files
style: fix formatting issues
Co-Authored-By: Aaron <AJ> Steers <[email protected]>
1 parent 6ca213c commit dce4f8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

airbyte_cdk/sources/abstract_source.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,15 +324,15 @@ def stop_sync_on_stream_failure(self) -> bool:
324324
on the first error seen and emit a single error trace message for that stream.
325325
"""
326326
return False
327-
327+
328328
@property
329329
def check_config_during_discover(self) -> bool:
330330
"""
331331
Determines whether config validation should be skipped during discovery.
332-
332+
333333
By default, config validation is not skipped during discovery. This can be overridden
334334
by sources that can provide catalog information without requiring authentication.
335-
335+
336336
Returns:
337337
bool: True if config validation should be skipped during discovery, False otherwise.
338338
"""

0 commit comments

Comments
 (0)