Skip to content

Commit caeceb5

Browse files
committed
format
1 parent 5dad4dc commit caeceb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backend/btrixcloud/models.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1849,6 +1849,7 @@ class OrgQuotasIn(BaseModel):
18491849
extraExecMinutes: Optional[int] = None
18501850
giftedExecMinutes: Optional[int] = None
18511851

1852+
18521853
# ============================================================================
18531854
class Plan(BaseModel):
18541855
"""Available Browsertrix plan, from env"""
@@ -1858,12 +1859,14 @@ class Plan(BaseModel):
18581859
org_quotas: OrgQuotas
18591860
testmode: bool = False
18601861

1862+
18611863
# ============================================================================
18621864
class PlansResponse(BaseModel):
18631865
"""Response for plans api endpoint"""
18641866

18651867
plans: list[Plan]
18661868

1869+
18671870
# ============================================================================
18681871
class SubscriptionEventOut(BaseModel):
18691872
"""Fields to add to output models for subscription events"""

0 commit comments

Comments
 (0)