From 6ca156ac6be7425102825b7dbafdf641209eed1f Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Sun, 21 Jul 2024 15:43:26 +0200 Subject: [PATCH] Update wikidata_utils.py --- app/wikidata_utils.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/wikidata_utils.py b/app/wikidata_utils.py index 97b98c1..4b99f73 100644 --- a/app/wikidata_utils.py +++ b/app/wikidata_utils.py @@ -67,12 +67,14 @@ def permitted_food_additive(self): @cached_property def maximum_food_additive_use_level(self): return self._client.get("P4851") - # maximum food additive use level - used as a qualifier for permitted food additive (P4850) - maximum quantity of a food additive permitted to be present in a particular food product according to the UN FAO. + # maximum food additive use level - used as a qualifier for permitted food additive (P4850) - + # maximum quantity of a food additive permitted to be present in a particular food product according to the UN FAO. @cached_property def gs1_country_code(self): return self._client.get("P3067") - # GS1 Prefix - 3 digits at the start of a barcode, usually identifying the national GS1 Member Organization to which the manufacturer is registered (not necessarily where the product is actually made) + # GS1 Prefix - 3 digits at the start of a barcode, usually identifying the national GS1 Member Organization to which the manufacturer is registered + #(not necessarily where the product is actually made) @cached_property def gs1_company_prefix(self):