Skip to content

Commit 1611695

Browse files
authored
Remove unused unleash flag (#5403)
1 parent 5f35779 commit 1611695

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

koku/masu/processor/__init__.py

-7
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,6 @@ def is_managed_ocp_cloud_summary_enabled(account):
121121
return UNLEASH_CLIENT.is_enabled("cost-management.backend.feature-cost-5129-ocp-cloud-summary", context)
122122

123123

124-
def is_ocp_amortized_monthly_cost_enabled(account): # pragma: no cover
125-
"""Enable the use of savings plan cost for OCP on AWS -> OCP."""
126-
account = convert_account(account)
127-
context = {"schema": account}
128-
return UNLEASH_CLIENT.is_enabled("cost-management.backend.enable-ocp-amortized-monthly-cost", context)
129-
130-
131124
def is_source_disabled(source_uuid): # pragma: no cover
132125
"""
133126
Disable source processing

0 commit comments

Comments
 (0)