chore(api): typing improvements
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
from typing import Any
|
||||
|
||||
from config.errors import ConflictError
|
||||
from django.core.exceptions import ValidationError
|
||||
from django.db import transaction
|
||||
|
||||
from apps.reviews.models import ApproverGroup, ReviewSettings
|
||||
from apps.users.models import User, UserRole
|
||||
from config.errors import ConflictError
|
||||
|
||||
|
||||
def review_settings_update(
|
||||
|
||||
Reference in New Issue
Block a user