Skip to content

Commit 769d361

Browse files
authored
Update airbyte_cdk/connector.py
1 parent f01525f commit 769d361

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

airbyte_cdk/connector.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ class BaseConnector(ABC, Generic[TConfig]):
3535
"""Configure whether `check_config_against_spec_or_exit()` needs to be called."""
3636

3737
check_config_during_discover: bool = False
38-
"""
39-
Determines whether config validation should be skipped during discovery.
38+
"""Determines whether config validation should be skipped during discovery.
4039
4140
By default, config validation is not skipped during discovery. This can be overridden
4241
by sources that can provide catalog information without requiring authentication.

0 commit comments

Comments
 (0)