Skip to content

Commit 6319699

Browse files
fix: Add missing blank line for ruff formatting compliance
- Add blank line after AssertionError in connector_base.py - Resolves ruff format check CI failure Co-Authored-By: AJ Steers <[email protected]>
1 parent 49d571e commit 6319699

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

airbyte_cdk/test/standard_tests/connector_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def test_check(
136136
and not result.errors
137137
):
138138
raise AssertionError(f"Expected error in `check` but got success.")
139+
139140
@classmethod
140141
def get_connector_root_dir(cls) -> Path:
141142
"""Get the root directory of the connector."""

0 commit comments

Comments
 (0)