chore: correct linting error

ref: #392
This commit is contained in:
2024-11-24 00:38:56 +09:30
parent ad54494df0
commit 2647bbd522

View File

@ -41,7 +41,6 @@ Views are used with Centurion ERP to Fetch the data for rendering.
- _Functional test cases_ `from api.tests.abstract.api_permissions_viewset import APIPermission`
## Permissions
If you wish to deviate from the standard CRUD permissions, define a function called `get_dynamic_permissions` within the `view`/`ViewSet`. The function must return a list of permissions. This is useful if you have added additional permissions to a model.