Skip to content

Commit 631fca5

Browse files
committed
Add test for 'from django.db.models import Q'. Closes #54
1 parent b079aaa commit 631fca5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/input/func_noerror_import_q.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"""
2+
Checks that Pylint does not complain about import of Q.
3+
"""
4+
# pylint: disable=missing-docstring,unused-import
5+
from django.db.models import Q

0 commit comments

Comments
 (0)