Skip to content

Commit b588ded

Browse files
chore: move inline comment to line above import
Co-Authored-By: AJ Steers <aj@airbyte.io>
1 parent 963204a commit b588ded

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

airbyte_cdk/cli/airbyte_cdk/_connector.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ def run_connector_tests(
172172
"pytest is not installed. Please install pytest to run the connector tests."
173173
)
174174

175-
from airbyte_cdk.test.standard_tests.util import create_connector_test_suite # Lazy import: requires pytest, which is only available via the [dev] extra
175+
# Lazy import: this module requires pytest, which is only available via the [dev] extra.
176+
from airbyte_cdk.test.standard_tests.util import create_connector_test_suite
176177

177178
connector_test_suite = create_connector_test_suite(
178179
connector_name=connector_name if not connector_directory else None,

0 commit comments

Comments
 (0)