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,6 +13,7 @@ class Entity(object):
SCHEMA_URL_TEMPLATE = '{domain}/api/openapi/specification'
SCHEMA_MODEL_MAP = {
'products': 'Product',
'batteries': 'Battery',
'stock': 'StockEntry',
'product_groups': 'ProductGroup',
'locations': 'Location',