summaryrefslogtreecommitdiff
path: root/app/views/consts.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/consts.py')
-rw-r--r--app/views/consts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/consts.py b/app/views/consts.py
index 9ffd757..53616a4 100644
--- a/app/views/consts.py
+++ b/app/views/consts.py
@@ -52,7 +52,7 @@ class ConstForm(F.Form):
def __init__(self, cur=None, obj=None):
obj = cur if obj is None else obj
- super(ConstForm, self).__init__(obj=obj)
+ super().__init__(obj=obj)
self.category.query = Category.of(current_user).order_by(Category.name)
# init prev_list