Skip to content

Commit 10f39d2

Browse files
committed
remove extra space
1 parent 7bf86ab commit 10f39d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sql/shared/catalog_providers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def get_primary_keys(
125125
We return `source_defined_primary_key` if set, or `primary_key` otherwise. If both are set,
126126
we assume they should not should differ, since Airbyte data integrity constraints do not
127127
permit overruling a source's pre-defined primary keys. If neither is set, we return `None`.
128-
128+
129129
Returns:
130130
A list of column names that constitute the primary key, or None if no primary key is defined.
131131
"""

0 commit comments

Comments
 (0)