Fix pep8 violation

This commit is contained in:
Jesse Zoldak
2015-02-05 12:16:28 -05:00
parent e4b47e1e4e
commit 1920a60c97

View File

@@ -5,7 +5,6 @@ Note: Tests covering workflows in the actual tabs.py file begin after line 100
from django.conf import settings
from django.core.urlresolvers import reverse
from django.http import Http404
from django.test.utils import override_settings
from mock import MagicMock, Mock, patch
from opaque_keys.edx.locations import SlashSeparatedCourseKey
@@ -183,7 +182,7 @@ class TextBookTabsTestCase(LoginEnrollmentTestCase, ModuleStoreTestCase):
"""
Validate tab behavior when dealing with textbooks.
"""
MODULESTORE=TEST_DATA_MIXED_TOY_MODULESTORE
MODULESTORE = TEST_DATA_MIXED_TOY_MODULESTORE
def setUp(self):
super(TextBookTabsTestCase, self).setUp()