style: Removed print statment
This commit is contained in:
		| @@ -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' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user