forked from DGNum/gestioCOF
clean mixin
This commit is contained in:
parent
d97a7be819
commit
b3a9ad8a96
1 changed files with 0 additions and 1 deletions
|
@ -163,7 +163,6 @@ class ScaleMixin(object):
|
||||||
context = super().get_context_data(*args, **kwargs)
|
context = super().get_context_data(*args, **kwargs)
|
||||||
|
|
||||||
scale_name = self.request.GET.get('scale', None)
|
scale_name = self.request.GET.get('scale', None)
|
||||||
scale_args = self.request.GET.get('scale_args', None)
|
|
||||||
|
|
||||||
cls = StatScale.by_name(scale_name)
|
cls = StatScale.by_name(scale_name)
|
||||||
if cls is None:
|
if cls is None:
|
||||||
|
|
Loading…
Reference in a new issue