We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b079aaa commit 631fca5Copy full SHA for 631fca5
test/input/func_noerror_import_q.py
@@ -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