summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--oslo_policy/_checks.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/oslo_policy/_checks.py b/oslo_policy/_checks.py
index 3d00e6f..5246c2a 100644
--- a/oslo_policy/_checks.py
+++ b/oslo_policy/_checks.py
@@ -83,6 +83,8 @@ def _check(rule, target, creds, enforcer, current_rule):
class BaseCheck(metaclass=abc.ABCMeta):
"""Abstract base class for Check classes."""
+ scope_types = None
+
@abc.abstractmethod
def __str__(self):
"""String representation of the Check tree rooted at this node."""