Skip to content

Commit

Permalink
Remove nested object TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
zachaysan committed Nov 1, 2024
1 parent e7788d6 commit ecab02c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions api/organisations/subscriptions/licensing/licensing.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ class LicenceInformation(BaseModel):
department_name: typing.Optional[str] = None
expiry_date: typing.Optional[datetime] = None

# TODO: should these live in a nested object?
num_seats: int
num_projects: int # TODO: what about Flagsmith on Flagsmith project?
num_api_calls: typing.Optional[
int
] = None # required to support private cloud installs
num_api_calls: typing.Optional[int] = (
None # required to support private cloud installs
)

0 comments on commit ecab02c

Please sign in to comment.