Skip to content

Commit f01525f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ def load_optional_package_file(package: str, filename: str) -> Optional[bytes]:
3131

3232

3333
class BaseConnector(ABC, Generic[TConfig]):
34-
# configure whether the `check_config_against_spec_or_exit()` needs to be called
3534
check_config_against_spec: bool = True
35+
"""Configure whether `check_config_against_spec_or_exit()` needs to be called."""
3636

3737
check_config_during_discover: bool = False
3838
"""

0 commit comments

Comments
 (0)