django-eav2/eav/exceptions.py
Mike b5b576aca5 refactor: apply ruff linter rules and standardize code style
Replace flake8 with ruff and apply consistent linting rules across the entire codebase. Update type annotations, quotation marks, and other style-related changes to comply with the new standards.
2024-09-01 14:57:47 -07:00

2 lines
68 B
Python

class IllegalAssignmentException(Exception): # noqa: N818
pass