mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fixes pylint errors (#23279)
Reported by gundalow, this fixes pylint errors in F5 modules
This commit is contained in:
@@ -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']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user