INCR-291 Run python-modernize on lms/djangoapps/tests (#20588)

* run python modernize

* run isort
This commit is contained in:
Stu Young
2019-05-15 15:36:52 -04:00
committed by Christie Rice
parent 706b8e0c67
commit 58495485c5

View File

@@ -1,12 +1,14 @@
"""
Unit Tests for Utils Class
"""
from __future__ import absolute_import
from unittest import TestCase
import ddt
from opaque_keys.edx.keys import CourseKey, UsageKey
from lms.djangoapps.utils import _get_key
from opaque_keys.edx.keys import CourseKey, UsageKey
@ddt.ddt