Updated comments

This commit is contained in:
Gui Heise 2021-09-16 11:11:05 -04:00
parent 71b7c99c17
commit 034b72c463

View File

@ -17,7 +17,5 @@ class Swap(BaseModel):
token_in_amount: int
token_out_address: str
token_out_amount: int
# Optional
protocol: Optional[Protocol]
error: Optional[str]