ha/service-mgmt-api/sm-api/sm_api/openstack/common/db
Eric Barrett 24c42133f8 Fix Flake8 Bugbear Errors
Flake8 is failing due to bugbear updating with new error codes:
B009: Do not call getattr with a constant attribute value
B010: Do not call setattr with a constant attribute value
Fix these errors by using normal property access instead

Change-Id: Ib857d229ae86e88cb5dbf69e826b25d6018c8547
Signed-off-by: Eric Barrett <eric.barrett@windriver.com>
2019-04-15 17:06:14 -04:00
..
sqlalchemy Fix Flake8 Bugbear Errors 2019-04-15 17:06:14 -04:00
__init__.py Unsupress pylint warnings. 2018-10-04 14:19:31 -05:00
api.py Fix flake8 errors and disable ignore case 2018-11-07 08:12:37 +08:00
exception.py Enable Do not use Mutable Default Args Error 2019-04-15 12:53:36 -04:00