Skip to content

Commit

Permalink
fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
amofakhar committed Jul 17, 2024
1 parent 43086f9 commit 2d51fee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pipelinewise/fastsync/commons/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,7 @@ def parse_args(required_config_keys: Dict) -> argparse.Namespace:
help='Drop pg replication slot before starting resync',
action='store_true',
)
parser.add_argument('--autoresync_size',
help='maximum value for table size to resync',
)
parser.add_argument('--autoresync_size', help='maximum value for table size to resync', )

args: argparse.Namespace = parser.parse_args()

Expand Down

0 comments on commit 2d51fee

Please sign in to comment.