Skip to content

Commit c2fdffa

Browse files
committed
update docstring
1 parent 9530e66 commit c2fdffa

File tree

1 file changed

+1
-2
lines changed
  • airbyte_cdk/sources/declarative/spec

1 file changed

+1
-2
lines changed

airbyte_cdk/sources/declarative/spec/spec.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ def migrate_config(self, config_path: Optional[Any], config: Mapping[str, Any])
7373
"""
7474
Apply all specified config transformations to the provided config and save the modified config to the given path and emit a control message.
7575
76-
:param args: Command line arguments
77-
:param source: Source instance
76+
:param config_path: The path to the config file
7877
:param config: The user-provided config to migrate
7978
"""
8079

0 commit comments

Comments
 (0)