diff options
Diffstat (limited to 'policyhandler/onap/health.py')
-rw-r--r-- | policyhandler/onap/health.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/policyhandler/onap/health.py b/policyhandler/onap/health.py index eefa7d2..4475575 100644 --- a/policyhandler/onap/health.py +++ b/policyhandler/onap/health.py @@ -1,5 +1,3 @@ -"""generic class to keep track of app health""" - # org.onap.dcae # ================================================================================ # Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. @@ -19,6 +17,8 @@ # # ECOMP is a trademark and service mark of AT&T Intellectual Property. +"""generic class to keep track of app health""" + import uuid from threading import Lock from datetime import datetime |