Remove unneeded import

This commit is contained in:
John Eskew
2014-09-30 11:36:24 -04:00
committed by Don Mitchell
parent 8e67549484
commit d4927de0f7

View File

@@ -4,7 +4,6 @@
from lettuce import world, step
from selenium.webdriver.common.keys import Keys
from common import type_in_codemirror, get_codemirror_value
from opaque_keys.edx.locations import CourseLocator
from nose.tools import assert_in # pylint: disable=E0611