📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 10:37:12
📂
/
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pylint_django
/
tests
/
input
✏️
Editing: func_hard_coded_auth_user.py
# pylint: disable=missing-docstring, wildcard-import, unused-wildcard-import # flake8: noqa=F401, F403 from django.contrib.auth.models import * # [imported-auth-user] from django.contrib.auth.models import User # [imported-auth-user] from django.db import models class PullRequest(models.Model): author = models.ForeignKey("auth.User", models.CASCADE) # [hard-coded-auth-user]
💾 Save Changes
❌ Cancel