mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Fix linter whitespace error
This commit is contained in:
committed by
John Westcott IV
parent
01e08ba0e1
commit
76f08744f6
@@ -48,5 +48,3 @@ class TowerAWXKitModule(TowerModule):
|
|||||||
def logout(self):
|
def logout(self):
|
||||||
if self.authenticated:
|
if self.authenticated:
|
||||||
self.connection.logout()
|
self.connection.logout()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user