From 084f139113f03a4f34b1df032efa97f98319d9db Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Wed, 18 May 2016 11:49:16 -0400 Subject: [PATCH] Remove a redundant setUpClass method that only called super --- lms/djangoapps/ccx/api/v0/tests/test_views.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lms/djangoapps/ccx/api/v0/tests/test_views.py b/lms/djangoapps/ccx/api/v0/tests/test_views.py index 843085397e..6414894d34 100644 --- a/lms/djangoapps/ccx/api/v0/tests/test_views.py +++ b/lms/djangoapps/ccx/api/v0/tests/test_views.py @@ -661,10 +661,6 @@ class CcxDetailTest(CcxRestApiTest): """ Test for the CCX REST APIs """ - @classmethod - def setUpClass(cls): - super(CcxDetailTest, cls).setUpClass() - def setUp(self): """ Set up tests