Fixes: 1) Remove unnecessary camelize call in parameter handling;
Extra: Simplify return statement for improved clarity.
This commit is contained in:
parent
27beac4ab2
commit
3f533bf9d8
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ from constance import config
|
|||
from django.core.cache import cache
|
||||
from django.db import transaction
|
||||
from django.utils.crypto import get_random_string
|
||||
from djangorestframework_camel_case.util import camelize
|
||||
|
||||
from evibes.settings import DEBUG, EXPOSABLE_KEYS, LANGUAGE_CODE
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue