Skip to content

Commit

Permalink
chg
Browse files Browse the repository at this point in the history
  • Loading branch information
shahharsh87 committed Jun 15, 2020
1 parent 6a76da7 commit 99b42e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qds_sdk/cluster_info_v22.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ def set_cluster_info_from_arguments(self, arguments):
self.set_composition(
master_type=arguments.master_type,
master_spot_block_duration=arguments.master_spot_block_duration,
master_maximum_bid_price_percentage=\
arguments.master_maximum_bid_price_percentage,
master_maximum_bid_price_percentage=arguments.master_maximum_bid_price_percentage,
master_timeout_for_request=arguments.master_timeout_for_request,
master_spot_fallback=arguments.master_spot_fallback,
min_ondemand_percentage=arguments.min_ondemand_percentage,
Expand Down

0 comments on commit 99b42e6

Please sign in to comment.