Skip to content

Commit

Permalink
fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
amofakhar committed Jan 8, 2025
1 parent 416c7ba commit 3942700
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pipelinewise/cli/pipelinewise.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 """
Expand Down

0 comments on commit 3942700

Please sign in to comment.