Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewglanz committed Nov 7, 2023
1 parent b1239cd commit 0c24bb0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ACMAS/app/ACMAS_Web/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ def pdfReader(request):
@login_required(login_url="/login")
def uploadFile(request):
context = generateContext(request)

school = request.POST.get("school") # Check to see if a school was entered
course = request.POST.get(
"course"
Expand Down Expand Up @@ -203,7 +202,6 @@ def uploadManually(request):
question = request.POST.get("question") # Check to see if a question was entered
answer = request.POST.get("answer") # Check to see if an answer was entered
assignment_type = request.POST.get("type") # Retrieve the assignment type
verified = request.POST.get("verified")

if (
question is not None
Expand Down

0 comments on commit 0c24bb0

Please sign in to comment.