Skip to content

Commit f1cce09

Browse files
committed
Disable new pylint warning
1 parent 11181aa commit f1cce09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pylint_django/plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def register(linter):
3030

3131
# register any checking fiddlers
3232
try:
33+
# pylint: disable=import-outside-toplevel
3334
from pylint_django.augmentations import apply_augmentations
3435
apply_augmentations(linter)
3536
except ImportError:

0 commit comments

Comments
 (0)