diff options
Diffstat (limited to 'yardstick/cmd/commands/env.py')
-rw-r--r-- | yardstick/cmd/commands/env.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yardstick/cmd/commands/env.py b/yardstick/cmd/commands/env.py index dfcb63727..d5aef7faf 100644 --- a/yardstick/cmd/commands/env.py +++ b/yardstick/cmd/commands/env.py @@ -20,10 +20,10 @@ from yardstick.common.httpClient import HttpClient class EnvCommand(object): - ''' + """ Set of commands to prepare environment - ''' + """ def do_influxdb(self, args): data = {'action': 'createInfluxDBContainer'} |