Skip to content

Commit b4aa7df

Browse files
fix(format): Apply ruff formatting to docstring changes
- Fix Ruff Format Check CI failure - Apply proper formatting to expanded docstring in get_primary_keys method Co-Authored-By: AJ Steers <[email protected]>
1 parent 07de856 commit b4aa7df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airbyte_cdk/sql/shared/catalog_providers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ def get_primary_keys(
121121
stream_name: str,
122122
) -> list[str]:
123123
"""Return the primary keys for the given stream.
124-
125-
We will use `primary_key` if it is set explicitly in the configured catalog,
124+
125+
We will use `primary_key` if it is set explicitly in the configured catalog,
126126
otherwise we will fall back to `source_defined_primary_key`, if set.
127127
"""
128128
configured_stream = self.get_configured_stream_info(stream_name)

0 commit comments

Comments
 (0)