From 443f14ed854442ff535498466ce229c6f5e7b507 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Mon, 3 Apr 2017 16:14:43 -0400 Subject: [PATCH] flake8 is hard --- awx/main/fields.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/main/fields.py b/awx/main/fields.py index 61383b9c82..f654c51ae4 100644 --- a/awx/main/fields.py +++ b/awx/main/fields.py @@ -302,6 +302,7 @@ class ImplicitRoleField(models.ForeignKey): unicode_spaces = [unichr(c) for c in xrange(sys.maxunicode) if unichr(c).isspace()] unicode_spaces_other = unicode_spaces + [u'(', u')', u'=', u'"'] + def string_to_type(t): if t == 'true': return True