Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: James McKinney <[email protected]>
  • Loading branch information
duncandewhurst and jpmckinney authored Nov 12, 2023
1 parent 0821548 commit 55738b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ def copy_element(name, replacements=None, root='definitions'):
'unitClassificationScheme.csv',
'milestoneType.csv',
'milestoneStatus.csv',
'milestoneCode.csv'
'milestoneCode.csv',
}
compare([path.name for path in codelists_dir.iterdir()], infra_codelists, ocds_codelists,
'schema/project-level/codelists', 'codelists')
Expand Down Expand Up @@ -518,7 +518,7 @@ def copy_element(name, replacements=None, root='definitions'):
'Observation',
'Transaction',
'Milestone',
'MilestoneReference'
'MilestoneReference',
}
compare(schema['definitions'], infra_definitions, ocds_definitions,
'schema/project-level/project-schema.json#/definitions', 'definitions')
Expand Down

0 comments on commit 55738b3

Please sign in to comment.