Skip to content

Commit

Permalink
Remove unnecessary constant
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Jul 30, 2024
1 parent 59b45b1 commit 3e964dc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions api/organisations/subscriptions/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@
api_calls=MAX_API_CALLS_IN_FREE_PLAN,
projects=settings.MAX_PROJECTS_IN_FREE_PLAN,
)
E2E_SUBSCRIPTION_METADATA = BaseSubscriptionMetadata(
seats=6,
api_calls=MAX_API_CALLS_IN_FREE_PLAN,
projects=8,
)
FREE_PLAN_ID = "free"
TRIAL_SUBSCRIPTION_ID = "trial"
SCALE_UP = "scale-up"
Expand Down

0 comments on commit 3e964dc

Please sign in to comment.