Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #900 from eHealthAfrica/develop
Browse files Browse the repository at this point in the history
chore: prepare release 2.0.2
  • Loading branch information
shawnsarwar committed Oct 23, 2020
2 parents 3cf2ade + 219bf98 commit d307492
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def entity_extraction(task, submission_queue, redis=None):
schema_definition = schema['definition']

if schema_definition:
schemas[sd['name']] = schema_definition
schemas[schema_definition['name']] = schema_definition

# perform entity extraction
payload, extracted_entities = extract_create_entities(
Expand Down

0 comments on commit d307492

Please sign in to comment.