From e9b4071b1520f6644e3326fad07489941e42f1f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B4mulo=20Penido?= Date: Fri, 8 Dec 2023 08:09:26 -0300 Subject: [PATCH] test: fix pylint --- tests/openedx_tagging/core/tagging/test_views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/openedx_tagging/core/tagging/test_views.py b/tests/openedx_tagging/core/tagging/test_views.py index b6b6d63a..6d1cf0d1 100644 --- a/tests/openedx_tagging/core/tagging/test_views.py +++ b/tests/openedx_tagging/core/tagging/test_views.py @@ -2689,4 +2689,3 @@ def test_import_plan_no_perm(self) -> None: assert response.status_code == status.HTTP_403_FORBIDDEN self._check_taxonomy_not_changed() -