Hacked By AnonymousFox

Current Path : /opt/cloudlinux/venv/lib/python3.11/site-packages/pylint_django/tests/input/
Upload File :
Current File : //opt/cloudlinux/venv/lib/python3.11/site-packages/pylint_django/tests/input/func_noerror_issue_46.py

"""
Checks that Pylint does not complain about raising DoesNotExist
"""
#  pylint: disable=missing-docstring
from django.db import models


class SomeModel(models.Model):
    pass


raise SomeModel.DoesNotExist

Hacked By AnonymousFox1.0, Coded By AnonymousFox