Skip to content
Snippets Groups Projects
Commit 70cf6ddb authored by Sharon Wang's avatar Sharon Wang
Browse files

fix lint error

parent 8889180b
No related branches found
No related tags found
No related merge requests found
# pylint: disable=missing-docstring # pylint: disable=missing-docstring
from datetime import date
import json import json
import six import six
from datetime import date
from django.conf import settings from django.conf import settings
from django.http import HttpResponse from django.http import HttpResponse
from django.test import RequestFactory, TestCase from django.test import RequestFactory, TestCase
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment