Skip to content

Commit

Permalink
fix: update for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alangsto committed Oct 31, 2024
1 parent cd06088 commit c9a70f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,3 @@ def test_run_command(self):

current_messages = LearningAssistantMessage.objects.filter()
self.assertEqual(len(current_messages), 2)

2 changes: 1 addition & 1 deletion learning_assistant/text_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def cleanup_text(text):
return stripped


class _HTMLToTextHelper(HTMLParser): # lint-amnesty, pylint: disable=abstract-method
class _HTMLToTextHelper(HTMLParser): # lint-amnesty
"""
Helper function for html_to_text below.
"""
Expand Down

0 comments on commit c9a70f3

Please sign in to comment.