Fixes pylint errors (#23279)

Reported by gundalow, this fixes pylint errors in F5 modules
This commit is contained in:
Tim Rupp
2017-04-05 06:24:42 -07:00
committed by John R Barker
parent b3a15e9ac3
commit 780b2f2c84
3 changed files with 9 additions and 13 deletions

View File

@@ -444,6 +444,8 @@ class BigIpSslCertificate(object):
def delete(self):
changed = False
name = self.params['name']
partition = self.params['partition']
check_mode = self.params['check_mode']