From 1e0655d26bd6bd56d7229f1f6af47478fc71c412 Mon Sep 17 00:00:00 2001 From: Jawayria Date: Tue, 2 Feb 2021 21:15:43 +0500 Subject: [PATCH] Resolved pep8 errors --- openedx/core/djangolib/tests/test_js_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openedx/core/djangolib/tests/test_js_utils.py b/openedx/core/djangolib/tests/test_js_utils.py index 4c74423c6a..26fbf57bc1 100644 --- a/openedx/core/djangolib/tests/test_js_utils.py +++ b/openedx/core/djangolib/tests/test_js_utils.py @@ -1,4 +1,4 @@ - # lint-amnesty, pylint: disable=bad-option-value, unicode-format-string +# lint-amnesty, pylint: disable=bad-option-value, unicode-format-string # -*- coding: utf-8 -*- """ Tests for js_utils.py