Code cleanup some small changes in the formatting.

This commit is contained in:
2017-11-07 06:52:55 +01:00
parent fd8c8510c8
commit 3f26ad3617
2 changed files with 5 additions and 5 deletions

View File

@@ -5,10 +5,10 @@ from mahjong_ranking import models
from . import LOGGER, MIN_HANCHANS_FOR_LADDER from . import LOGGER, MIN_HANCHANS_FOR_LADDER
class DenormalizationUpdateMiddleware(object): class DenormalizationUpdateMiddleware(object): # Ignore PyLintBear (R0903)
"""To recalculate everything in the queues at the end of a POST request.""" """To recalculate everything in the queues at the end of a POST request."""
def process_response(self, request, response): def process_response(self, request, response): # Ignore PyLintBear (R0201)
"""Check and process the recalculation queues on each POST request. """Check and process the recalculation queues on each POST request.
:param request: the django HttpRequest object :param request: the django HttpRequest object