diff options
Diffstat (limited to 'policyhandler/deploy_handler.py')
-rw-r--r-- | policyhandler/deploy_handler.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/policyhandler/deploy_handler.py b/policyhandler/deploy_handler.py index a641a95..0dc86b9 100644 --- a/policyhandler/deploy_handler.py +++ b/policyhandler/deploy_handler.py @@ -1,5 +1,3 @@ -""" send notification to deploy-handler""" - # 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. +""" send notification to deploy-handler""" + import logging import json import requests |