Skip to content

Commit

Permalink
Fix enum names for IgnoreDocumentTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
katybaulch committed Sep 5, 2024
1 parent d847fa2 commit 5f1e696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcf_data_mapper/enums/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class IgnoreDocumentTypes(Enum):
but for now, we will omit them.
"""

APPROVED_REF = "Policies, strategies, and guidelines"
PROJECTS_ID = "Country programme"
POLICIES_STRATEGIES_GUIDELINES = "Policies, strategies, and guidelines"
COUNTRY_PROGRAMME = "Country programme"


class DocumentVariantNames(Enum):
Expand Down

0 comments on commit 5f1e696

Please sign in to comment.