Browse Source

fix error: unused import

Slipped unnoticed during the last merge
blezz-tech 3 tháng trước cách đây
mục cha
commit
c321cc1d91
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      views.py

+ 2 - 2
views.py

@@ -3,8 +3,8 @@ import requests
 from django.http import HttpResponse
 from webservice_running.apps import api
 from core.settings import API_URL
-from webservice_running.forms import OrderRegForm, RegisterUserForm
-from django.shortcuts import redirect, render
+from webservice_running.forms import OrderRegForm
+from django.shortcuts import render
 
 def order_reg(request):
     if request.method == 'POST':