PEP8 fix.

This commit is contained in:
David Ormsbee
2015-08-26 15:08:38 -04:00
parent ff62a8eaaa
commit 7543e05baa

View File

@@ -41,6 +41,7 @@ from xmodule.modulestore.tests.django_utils import (
ModuleStoreTestCase, SharedModuleStoreTestCase, TEST_DATA_SPLIT_MODULESTORE
)
@attr('shard_1')
class TestSettableEnrollmentState(TestCase):
""" Test the basis class for enrollment tests. """