Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
raminqaf committed Sep 18, 2023
1 parent 31c0368 commit 4d95e85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def create_connector(
def destroy_connector(self, connector_name: str, *, dry_run: bool) -> None:
"""
Deletes a connector resource from the cluster.
:param connector_name: The connector config.
:param connector_name: The connector name.
:param dry_run: If the connector deletion should be run in dry run mode.
"""
if dry_run:
Expand Down

0 comments on commit 4d95e85

Please sign in to comment.