Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
barak manos authored and platonfloria committed May 17, 2024
1 parent fcf2bb7 commit 9e5d3ae
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions fastlane_bot/modes/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ def get_netchange(trade_instructions_df: pd.DataFrame) -> List[float]:

def handle_candidates(
self,
best_profit: float,
profit: float,
trade_instructions_df: pd.DataFrame,
trade_instructions_dic: Dict[str, Any],
Expand All @@ -143,8 +142,6 @@ def handle_candidates(
Parameters:
----------
best_profit : float
Best profit
profit : float
Profit
trade_instructions_df : pd.DataFrame
Expand Down
1 change: 0 additions & 1 deletion fastlane_bot/modes/base_pairwise.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def find_arbitrage(self) -> Union[List, Tuple]:

# Handle candidates based on conditions
candidates += self.handle_candidates(
best_profit,
profit,
trade_instructions_df,
trade_instructions_dic,
Expand Down
1 change: 0 additions & 1 deletion fastlane_bot/modes/base_triangle.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def find_arbitrage(self) -> Union[List, Tuple]:

# Handle candidates based on conditions
candidates += self.handle_candidates(
best_profit,
profit,
trade_instructions_df,
trade_instructions_dic,
Expand Down

0 comments on commit 9e5d3ae

Please sign in to comment.