From 57900844f15c5ccba1d7905d82665ffa2bf1575f Mon Sep 17 00:00:00 2001 From: Aerex Date: Mon, 30 Dec 2019 23:35:16 -0500 Subject: [PATCH] style: Removed print statment --- grocy/entity.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grocy/entity.py b/grocy/entity.py index 51bd015..714feb8 100644 --- a/grocy/entity.py +++ b/grocy/entity.py @@ -13,8 +13,9 @@ class Entity(object): SCHEMA_URL_TEMPLATE = '{domain}/api/openapi/specification' SCHEMA_MODEL_MAP = { 'products': 'Product', + 'batteries': 'Battery', 'stock': 'StockEntry', - 'product_groups':'ProductGroup', + 'product_groups': 'ProductGroup', 'locations': 'Location', 'quantity_units': 'QuantityUnit', 'recipes': 'Recipe'