Commit 09678c05 authored by Serge S. Koval's avatar Serge S. Koval

Fixed typo

parent 715da537
...@@ -30,7 +30,7 @@ class BaseRule(object): ...@@ -30,7 +30,7 @@ class BaseRule(object):
""" """
A list of visible fields for the given rule. A list of visible fields for the given rule.
""" """
raise [] return []
def __call__(self, form, form_opts=None, field_args={}): def __call__(self, form, form_opts=None, field_args={}):
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment