diff --git a/pipelinewise/cli/pipelinewise.py b/pipelinewise/cli/pipelinewise.py index 57713f29c..f70bfe607 100644 --- a/pipelinewise/cli/pipelinewise.py +++ b/pipelinewise/cli/pipelinewise.py @@ -1875,7 +1875,6 @@ def reset_state(self): self.tap.get('id'), self.tap.get('type')) raise SystemExit(1) - def _update_state_file(self, table_property, new_value): tap_state = self.tap['files']['state'] try: @@ -1894,9 +1893,6 @@ def _update_state_file(self, table_property, new_value): self.logger.error(exp) raise SystemExit(1) from exp - - - @staticmethod def _remove_not_partial_synced_tables_from_properties(tap_params, not_synced_tables): """" Remove partial sync table which are not synced yet from properties """