Merge pull request #20861 from edx/usama/INCR-476

INCR-476
This commit is contained in:
Usama Sadiq
2019-06-20 18:12:36 +05:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
# pylint: disable=missing-docstring
from __future__ import absolute_import
from django.conf import settings
MAX_COMMENT_DEPTH = None

View File

@@ -3,7 +3,7 @@
Views to support notification preferences.
"""
from __future__ import division
from __future__ import absolute_import, division
import json
import os