Skip to content

Commit 682e58e

Browse files
author
Hassan Raza
committed
fix: resolved linter issues
1 parent 08c4bfa commit 682e58e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

lms/envs/common.py

-2
Original file line numberDiff line numberDiff line change
@@ -5574,8 +5574,6 @@ def _should_send_learning_badge_events(settings):
55745574
# .. setting_description: Dictionary with additional information that you want to share in the report.
55755575
SURVEY_REPORT_EXTRA_DATA = {}
55765576

5577-
5578-
55795577
LMS_COMM_DEFAULT_FROM_EMAIL = "[email protected]"
55805578

55815579

openedx/core/djangoapps/user_authn/views/tests/test_register.py

-1
Original file line numberDiff line numberDiff line change
@@ -2542,7 +2542,6 @@ def test_registration_allowed_when_embargo_disabled(self):
25422542
self.assertEqual(response.status_code, 200)
25432543

25442544

2545-
25462545
@httpretty.activate
25472546
@ddt.ddt
25482547
class ThirdPartyRegistrationTestMixin(

0 commit comments

Comments
 (0)