style: Removed print statment
This commit is contained in:
parent
fcf36ffc16
commit
57900844f1
@ -13,6 +13,7 @@ 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',
|
||||||
|
Loading…
Reference in New Issue
Block a user