pyupgrade on LMS instructor app (#26533)

This commit is contained in:
M. Zulqarnain
2021-02-22 12:58:35 +05:00
committed by GitHub
parent f4a5af29d3
commit 36748ff78f
25 changed files with 846 additions and 877 deletions

View File

@@ -8,7 +8,7 @@ from lms.djangoapps.courseware.module_render import get_module
from xmodule.modulestore.django import modulestore
class DummyRequest(object):
class DummyRequest:
"""Dummy request"""
META = {}