Fix pep8 failure
pep8 job started have following error: ./manila/share/drivers/huawei/v3/connection.py:1216:57: W292 no newline at end of file So, fix it to unblock gates. Change-Id: I765b28876237497b56bd60d48496299e86707d5a Closes-Bug: #1535303
This commit is contained in:
parent
a22f4e94be
commit
33b3183672
@ -1213,4 +1213,4 @@ class V3StorageConnection(driver.HuaweiBase):
|
||||
LDAP_config = self.helper.get_LDAP_config()
|
||||
if (LDAP_config['LDAPSERVER'] == server
|
||||
and LDAP_config['BASEDN'] == domain):
|
||||
self.helper.delete_LDAP_config()
|
||||
self.helper.delete_LDAP_config()
|
||||
|
Loading…
Reference in New Issue
Block a user