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:
vponomaryov 2016-01-18 15:36:34 +02:00
parent a22f4e94be
commit 33b3183672
1 changed files with 1 additions and 1 deletions

View File

@ -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()