فهرست منبع

删除导入包

locky 1 سال پیش
والد
کامیت
9f581576c6
1فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  1. 1 3
      Controller/CustomCustomer/CustomCustomerController.py

+ 1 - 3
Controller/CustomCustomer/CustomCustomerController.py

@@ -3,11 +3,9 @@ import time
 from django.core.paginator import Paginator
 from django.views import View
 
-from Model.models import CustomCustomerOrderInfo, CustomCustomerDevice, UidSetModel
+from Model.models import CustomCustomerOrderInfo, CustomCustomerDevice
 from Object.ResponseObject import ResponseObject
 from Object.TokenObject import TokenObject
-from Service.CommonService import CommonService
-from Ansjer.config import LOGGER
 
 
 class CustomCustomerView(View):