Skip to content

Commit

Permalink
fix: remove IAstroidChecker
Browse files Browse the repository at this point in the history
  • Loading branch information
mfarhan943 committed Oct 2, 2024
1 parent 56ef04a commit 19ca40d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pylint_django_settings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from pylint.interfaces import IAstroidChecker
from pylint.checkers import BaseChecker
from pylint_django.checkers import ForeignKeyStringsChecker
from pylint_plugin_utils import get_checker
Expand All @@ -14,7 +13,6 @@ class SetDjangoSettingsChecker(BaseChecker):
This is to avoid 'django-not-configured' pylint warning
"""
__implements__ = IAstroidChecker

name = 'set-django-settings'

Expand Down

0 comments on commit 19ca40d

Please sign in to comment.