Skip to content

Commit

Permalink
Remove unused unleash flag (#5403)
Browse files Browse the repository at this point in the history
  • Loading branch information
myersCody authored Dec 2, 2024
1 parent 5f35779 commit 1611695
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions koku/masu/processor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,6 @@ def is_managed_ocp_cloud_summary_enabled(account):
return UNLEASH_CLIENT.is_enabled("cost-management.backend.feature-cost-5129-ocp-cloud-summary", context)


def is_ocp_amortized_monthly_cost_enabled(account): # pragma: no cover
"""Enable the use of savings plan cost for OCP on AWS -> OCP."""
account = convert_account(account)
context = {"schema": account}
return UNLEASH_CLIENT.is_enabled("cost-management.backend.enable-ocp-amortized-monthly-cost", context)


def is_source_disabled(source_uuid): # pragma: no cover
"""
Disable source processing
Expand Down

0 comments on commit 1611695

Please sign in to comment.