Skip to content

Commit 4577f74

Browse files
committed
fix: lint error
1 parent 6b85779 commit 4577f74

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

xmodule/html_block.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,6 @@ class _ExtractedHtmlBlock(_OriginalExtractedHtmlBlock): # lint-amnesty, pylint:
385385
Extracted HTML XBlock with edxnotes support.
386386
Wraps the original extracted block from xblocks-contrib to add notes functionality.
387387
"""
388-
pass
389388

390389

391390
@edxnotes
@@ -394,7 +393,6 @@ class _ExtractedHtmlBlockMixin(_OriginalExtractedHtmlBlockMixin): # lint-amnest
394393
Extracted HTML XBlock Mixin with edxnotes support.
395394
Wraps the original extracted mixin from xblocks-contrib to add notes functionality.
396395
"""
397-
pass
398396

399397

400398
HtmlBlockMixin = None

0 commit comments

Comments
 (0)