From fbd60f1814fcdeef8bdae510ef0ba6e7c9f7ea55 Mon Sep 17 00:00:00 2001 From: Jawayria Date: Wed, 3 Feb 2021 17:01:52 +0500 Subject: [PATCH] REsolved quality error --- common/djangoapps/student/tests/test_models.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/djangoapps/student/tests/test_models.py b/common/djangoapps/student/tests/test_models.py index af8c4ee149..7e18ae6017 100644 --- a/common/djangoapps/student/tests/test_models.py +++ b/common/djangoapps/student/tests/test_models.py @@ -1,4 +1,5 @@ -import datetime # lint-amnesty, pylint: disable=missing-module-docstring +# lint-amnesty, pylint: disable=missing-module-docstring +import datetime import hashlib import ddt