from StatusCode import StatusCodeField

Brightcells 8 years ago
parent
commit
385f4c5143
1 changed files with 1 additions and 2 deletions
  1. 1 2
      utils/error/response_utils.py

+ 1 - 2
utils/error/response_utils.py

@@ -1,8 +1,7 @@
1 1
 # -*- coding: utf-8 -*-
2 2
 
3 3
 from django.http import JsonResponse
4
-
5
-from utils.error.errno_utils import StatusCodeField
4
+from StatusCode import StatusCodeField
6 5
 
7 6
 
8 7
 def response_data(status_code=200, message=None, description=None, data={}, **kwargs):