Skip to content

Commit

Permalink
chore: clean up codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Reimirno committed Nov 30, 2023
1 parent 5c69ce3 commit 582cb45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ def import_students(exam):


@app.route('/<exam:exam>/students/import/from_custom_sheet/', methods=['GET', 'POST'])
# @google_oauth.required(scopes=['https://www.googleapis.com/auth/spreadsheets.readonly'])
def import_students_from_custom_sheet(exam):
from_sheet_form = ImportStudentFromSheetForm()
from_canvas_form = ImportStudentFromCanvasRosterForm()
Expand Down

0 comments on commit 582cb45

Please sign in to comment.