style: Removed print statment

This commit is contained in:
Aerex 2019-12-30 23:35:16 -05:00
parent fcf36ffc16
commit 57900844f1
1 changed files with 2 additions and 1 deletions

View File

@ -13,8 +13,9 @@ class Entity(object):
SCHEMA_URL_TEMPLATE = '{domain}/api/openapi/specification' SCHEMA_URL_TEMPLATE = '{domain}/api/openapi/specification'
SCHEMA_MODEL_MAP = { SCHEMA_MODEL_MAP = {
'products': 'Product', 'products': 'Product',
'batteries': 'Battery',
'stock': 'StockEntry', 'stock': 'StockEntry',
'product_groups':'ProductGroup', 'product_groups': 'ProductGroup',
'locations': 'Location', 'locations': 'Location',
'quantity_units': 'QuantityUnit', 'quantity_units': 'QuantityUnit',
'recipes': 'Recipe' 'recipes': 'Recipe'