summaryrefslogtreecommitdiffstats
path: root/testapi/testapi-client/testapiclient/models/pods.py
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2018-05-07 14:03:22 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-05-07 14:03:22 +0000
commit22307af0125dc525e8946c0951c1f7fcff39e9d7 (patch)
tree14c26df3b0366a6cc68c7f760e703540de177e62 /testapi/testapi-client/testapiclient/models/pods.py
parent3dee5b5a444e9a18987786b7016e8c0bb9d27434 (diff)
parentd7b3e7b890fa21a018900e459c8b85e7a8f68332 (diff)
Merge "Add get functionality for the import module"
Diffstat (limited to 'testapi/testapi-client/testapiclient/models/pods.py')
-rw-r--r--testapi/testapi-client/testapiclient/models/pods.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapi/testapi-client/testapiclient/models/pods.py b/testapi/testapi-client/testapiclient/models/pods.py
index 27ea311..4fa42e7 100644
--- a/testapi/testapi-client/testapiclient/models/pods.py
+++ b/testapi/testapi-client/testapiclient/models/pods.py
@@ -1,5 +1,5 @@
class PodCreateRequest(object):
- def __init__(self, name='', mode='', details='', role=""):
+ def __init__(self, name='', mode='', details='', role=''):
self.name = name
self.mode = mode
self.details = details