summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/common/message.py
diff options
context:
space:
mode:
Diffstat (limited to 'testapi/opnfv_testapi/common/message.py')
-rw-r--r--testapi/opnfv_testapi/common/message.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/testapi/opnfv_testapi/common/message.py b/testapi/opnfv_testapi/common/message.py
index b92b7f0..c82d5dc 100644
--- a/testapi/opnfv_testapi/common/message.py
+++ b/testapi/opnfv_testapi/common/message.py
@@ -10,10 +10,6 @@ not_found_base = 'Could Not Found'
exist_base = 'Already Exists'
-def key_error(key):
- return "KeyError: '{}'".format(key)
-
-
def no_body():
return 'No Body'