aboutsummaryrefslogtreecommitdiffstats
path: root/policyhandler/customize/customizer_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'policyhandler/customize/customizer_base.py')
-rw-r--r--policyhandler/customize/customizer_base.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/policyhandler/customize/customizer_base.py b/policyhandler/customize/customizer_base.py
index 561891f..33b8c7d 100644
--- a/policyhandler/customize/customizer_base.py
+++ b/policyhandler/customize/customizer_base.py
@@ -53,11 +53,3 @@ class CustomizerBase(object):
self._logger.info(info)
audit.info(info)
return service_url
-
- def get_deploy_handler_kwargs(self, audit):
- """returns the optional dict-kwargs for requests.put to deploy_handler"""
- info = "no optional kwargs for requests.put to deploy_handler"
- self._logger.info(info)
- audit.info(info)
- kwargs = {}
- return kwargs