Skip to content

Commit

Permalink
Fixes Minor Linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritik3111 committed May 10, 2023
1 parent 1dd66b5 commit 5c306d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotlas/schemas/competition.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from pydantic import BaseModel, validator
from typing import List


class PriceBins(BaseModel):
price_1: int = None
price_2: int = None
Expand Down

0 comments on commit 5c306d0

Please sign in to comment.