File: func_noerror_import_q.py

package info (click to toggle)
pylint-django 2.0.13-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 660 kB
  • sloc: python: 1,807; sh: 13; makefile: 5
file content (5 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (4)
1
2
3
4
5
"""
Checks that Pylint does not complain about import of Q.
"""
#  pylint: disable=missing-docstring,unused-import
from django.db.models import Q  # noqa: F401