django-eav2/eav/exceptions.py
Mike c4d7cedeb8 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 08:21:47 -07:00

2 lines
68 B
Python

class IllegalAssignmentException(Exception): # noqa: N818
pass