From e77cec393badc83cfa9ba9db3c494520b56ee739 Mon Sep 17 00:00:00 2001 From: "German M. Bravo" Date: Tue, 8 Oct 2013 06:20:18 -0700 Subject: Removed unused 'missing' object --- scss/types.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scss/types.py b/scss/types.py index cd3910c..3351f7f 100644 --- a/scss/types.py +++ b/scss/types.py @@ -348,7 +348,6 @@ class Number(Value): unit_denom=self.unit_denom * int(exp.value), ) - def __mul__(self, other): if not isinstance(other, Number): return NotImplemented @@ -1037,7 +1036,6 @@ class String(Value): return self.__str__() -missing = object() class Map(Value): sass_type_name = u'map' -- cgit v1.2.1