summaryrefslogtreecommitdiff
path: root/scss/expression.py
diff options
context:
space:
mode:
Diffstat (limited to 'scss/expression.py')
-rw-r--r--scss/expression.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/expression.py b/scss/expression.py
index ff0e957..5d69c29 100644
--- a/scss/expression.py
+++ b/scss/expression.py
@@ -168,7 +168,7 @@ class Expression(object):
raise NotImplementedError
-class Parentheses(object):
+class Parentheses(Expression):
"""An expression of the form `(foo)`.
Only exists to force a slash to be interpreted as division when contained