PEP8 compliancy for os_server_volume module (#32306)

This commit is contained in:
Aniket Khisti
2017-10-29 14:15:32 +05:30
committed by Ganesh Nalawade
parent b456e637e0
commit 27694f6909
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/python
#coding: utf-8 -*-
# coding: utf-8 -*-
# Copyright (c) 2014 Hewlett-Packard Development Company, L.P.
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
@@ -88,6 +88,7 @@ def _system_state_change(state, device):
return False
return False
def main():
argument_spec = openstack_full_argument_spec(
server=dict(required=True),