From 675721aa0ec2836ab4ffc373d27f070daca792c0 Mon Sep 17 00:00:00 2001 From: Ahtisham Shahid Date: Wed, 20 May 2020 15:04:08 +0500 Subject: [PATCH] fixed linter issue --- cms/djangoapps/contentstore/views/tests/test_import_export.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cms/djangoapps/contentstore/views/tests/test_import_export.py b/cms/djangoapps/contentstore/views/tests/test_import_export.py index 51fc703778..81ee02b124 100644 --- a/cms/djangoapps/contentstore/views/tests/test_import_export.py +++ b/cms/djangoapps/contentstore/views/tests/test_import_export.py @@ -1080,8 +1080,6 @@ class TestCourseExportImportProblem(CourseTestCase): Asserts that problems' data is as expected with pre-tag content maintained. """ problem_content = self.get_problem_content(course_location) - import pdb;pdb.set_trace() - self.assertEqual(expected_problem_content, problem_content) @ddt.data(