Skip to content

Commit

Permalink
style: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrendalath committed Feb 5, 2024
1 parent 24a3ad3 commit dd1a79c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions completable_html_xblock/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Completable HTML XBlock module."""

from __future__ import absolute_import

from .html import CompletableHTML5XBlock
Expand Down
1 change: 1 addition & 0 deletions completable_html_xblock/html.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""This XBlock help creating a secure and easy-to-use HTML blocks in edx-platform."""

from __future__ import absolute_import

import logging
Expand Down
1 change: 1 addition & 0 deletions tests/test_basics.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
HTML XBlock tests
"""

from __future__ import print_function

import unittest
Expand Down

0 comments on commit dd1a79c

Please sign in to comment.