INCR-291 Run python-modernize on lms/djangoapps/tests (#20588)
* run python modernize * run isort
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user