Skip to content

Commit

Permalink
remove comment above infer_protocol_name function
Browse files Browse the repository at this point in the history
  • Loading branch information
od-hunter committed Oct 8, 2024
1 parent 3df2352 commit ddee9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import src.swap_amm


# Function to find the closest protocol match using fuzzy matching

def infer_protocol_name(input_protocol: str, valid_protocols: list[str]) -> str:
"""Find the closest matching protocol name from a list of valid protocols using fuzzy matching.
Expand Down

0 comments on commit ddee9db

Please sign in to comment.