Skip to content

Commit

Permalink
Fix type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
barak manos committed Jun 5, 2024
1 parent 4c4f61e commit 5554986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane_bot/helpers/poolandtokens.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def _carbon_to_cpc(self) -> ConstantProductCurve:
self.ConfigObj.logger.debug(f"[_carbon_to_cpc] order {order} error {e}")
return cpc_list

def _carbon_to_cpc_dict(self) -> Tuple[Dict, bool]:
def _carbon_to_cpc_dict(self) -> dict:
encoded_orders = [
{
"y": int(self.y_1),
Expand Down

0 comments on commit 5554986

Please sign in to comment.