We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9955fd6 commit 55a34bdCopy full SHA for 55a34bd
src/layers/domain/request_models/v1.py
@@ -75,14 +75,6 @@ def validate_keys(cls, v: List[ProductTeamKey]) -> List[ProductTeamKey]:
75
)
76
return v
77
78
- #
79
- # def __init__(self, **data):
80
- # super().__init__(**data)
81
- # # Deduplicate the list of keys
82
- # self.keys = list(
83
- # {frozenset(key.dict().items()): key for key in self.keys}.values()
84
- # )
85
-
86
87
class SearchProductQueryParams(BaseModel, extra=Extra.forbid):
88
product_team_id: str = None
0 commit comments