django-eav2/eav/exceptions.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
68 B
Python
Raw Normal View History

class IllegalAssignmentException(Exception): # noqa: N818
2021-10-16 17:43:02 +00:00
pass