fixed import of MIN_HANCHANS_FOR_LADDER that moved to settings

This commit is contained in:
2017-11-20 07:42:44 +01:00
parent bb110da5a2
commit d33e5fc8c6

View File

@@ -1,8 +1,7 @@
"""Middleware to defer slow denormalization at the end of a request."""
from django.core.cache import cache
from mahjong_ranking import models
from . import LOGGER, MIN_HANCHANS_FOR_LADDER
from . import LOGGER
class DenormalizationUpdateMiddleware(object): # Ignore PyLintBear (R0903)