Skip to content

Commit

Permalink
feat: Remove releases_aggregates from context, as scheduled for deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 19, 2024
1 parent 03f43f3 commit 6397324
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libcoveoc4ids/common_checks.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from libcove.lib.common import common_checks_context, get_additional_codelist_values, get_field_coverage
from libcoveocds.lib.additional_checks import flatten_dict
from libcoveocds.lib.common_checks import get_releases_aggregates

from libcoveoc4ids.additional_checks import ADDITIONAL_CHECKS, CONFORMANCE_CHECKS

Expand All @@ -18,7 +17,6 @@ def common_checks_oc4ids(context, upload_dir, json_data, schema_obj, *, cache=Tr
open_codelist_values = {key: value for key, value in additional_codelist_values.items() if value["isopen"]}
context.update(
{
"releases_aggregates": get_releases_aggregates(json_data),
"additional_closed_codelist_values": closed_codelist_values,
"additional_open_codelist_values": open_codelist_values,
"field_coverage": get_field_coverage(schema_obj, json_data.get("projects")),
Expand Down

0 comments on commit 6397324

Please sign in to comment.