diff options
Diffstat (limited to 'openstackclient/common/command.py')
| -rw-r--r-- | openstackclient/common/command.py | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/openstackclient/common/command.py b/openstackclient/common/command.py index cfcb605c..64e855df 100644 --- a/openstackclient/common/command.py +++ b/openstackclient/common/command.py @@ -13,17 +13,13 @@ # under the License. # -""" -OpenStack base command -""" +"""OpenStack base command""" from cliff.command import Command class OpenStackCommand(Command): - """Base class for OpenStack commands - """ - + """Base class for OpenStack commands.""" api = None def run(self, parsed_args): |
