From e41614f4e799ce28f9e91e0ccfd1f41242d200ee Mon Sep 17 00:00:00 2001 From: Akita Noek Date: Thu, 7 Jul 2016 10:24:04 -0400 Subject: [PATCH] flake8 --- awx/main/access.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/access.py b/awx/main/access.py index 03c9084dcf..e6f692a005 100644 --- a/awx/main/access.py +++ b/awx/main/access.py @@ -225,7 +225,7 @@ class UserAccess(BaseAccess): return User.objects.all() if tower_settings.ORG_ADMINS_CAN_SEE_ALL_USERS and \ - (self.user.admin_of_organizations.exists() or self.user.auditor_of_organizations.exists()): + (self.user.admin_of_organizations.exists() or self.user.auditor_of_organizations.exists()): return User.objects.all() return (