Fixing ansible pep8 issues

This commit is contained in:
John Westcott IV
2020-08-06 14:57:30 -04:00
parent 3fe61cfa4f
commit 8688740e93
3 changed files with 4 additions and 2 deletions

View File

@@ -215,7 +215,6 @@ class TowerModule(AnsibleModule):
else:
setattr(self, honorred_setting, config_data[honorred_setting])
def logout(self):
# This method is intended to be overridden
pass