From 70cf6ddbf8be9c8746c37711f376131f936c3ea7 Mon Sep 17 00:00:00 2001 From: Sharon Wang Date: Wed, 16 Dec 2020 13:16:50 -0500 Subject: [PATCH] fix lint error --- openedx/core/djangoapps/user_authn/tests/test_cookies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openedx/core/djangoapps/user_authn/tests/test_cookies.py b/openedx/core/djangoapps/user_authn/tests/test_cookies.py index 0a3cf6835d..011aad21be 100644 --- a/openedx/core/djangoapps/user_authn/tests/test_cookies.py +++ b/openedx/core/djangoapps/user_authn/tests/test_cookies.py @@ -1,9 +1,9 @@ # pylint: disable=missing-docstring +from datetime import date import json import six -from datetime import date from django.conf import settings from django.http import HttpResponse from django.test import RequestFactory, TestCase