Skip to content

Commit

Permalink
refactor: address quality errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Jan 13, 2025
1 parent ef2abbf commit d17b934
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions edx_lint/pylint/filters_docstring/filters_docstring_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
3. Trigger: A line that starts with "Trigger:".
"""

from pylint.checkers import BaseChecker, utils
import re
from ..common import BASE_ID

from pylint.checkers import BaseChecker, utils

from edx_lint.pylint.common import BASE_ID


def register_checkers(linter):
Expand Down

0 comments on commit d17b934

Please sign in to comment.