Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alecsavvy committed Jun 6, 2024
1 parent 19f0cd0 commit 2943352
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class ExtendedSplit(Split):


class ExtendedUSDCPurchaseCondition(TypedDict):
price: int
price: int | None
splits: List[ExtendedSplit]


Expand Down

0 comments on commit 2943352

Please sign in to comment.