ConstraintQuery: Fix PEP8 issue.

Whitespace change.
This commit is contained in:
Chris PeBenito 2019-02-02 10:27:51 -05:00
parent 9314b2024b
commit f3b86a77b9

View File

@ -122,7 +122,7 @@ class ConstraintQuery(MatchObjClass, MatchPermission, PolicyQuery):
if not self._match_perms(c):
continue
except ConstraintUseError:
continue
continue
if self.role and not self._match_expr(
c.expression.roles,