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 d2a16ee commit 6469917
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kpops/components/base_components/kafka_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ def __run_kafka_connect_resetter(
:param dry_run: Whether to do a dry run of the command
"""
self._run_connect_resetter(
connector_type=KafkaConnectorType.SINK,
dry_run=dry_run,
retain_clean_jobs=self.config.retain_clean_jobs,
delete_consumer_group=delete_consumer_group,
Expand Down

0 comments on commit 6469917

Please sign in to comment.