Fix one more problem

This commit is contained in:
Степаненко Ольга 2021-05-29 16:51:16 +03:00
parent e8e45624d9
commit 01ea7fec99

View File

@ -26,7 +26,7 @@ from django_registration.views import RegistrationView
from rest_framework import viewsets
from rest_framework.response import Response
from access_controller.settings import DEFAULT_FROM_EMAIL, ZENDESK_ROLES, ZENDESK_MAX_AGENTS, ZENDESK_GROUPS, DOCS_URL
from access_controller.settings import DEFAULT_FROM_EMAIL, ZENDESK_ROLES, ZENDESK_MAX_AGENTS, ZENDESK_GROUPS
from main.extra_func import check_user_exist, update_profile, get_user_organization, \
make_engineer, make_light_agent, get_users_list, update_users_in_model, count_users, \
set_session_params_for_work_page, get_tickets_list_for_group