Skip to content

Commit

Permalink
Merge pull request #193 from joshuablake/2fa
Browse files Browse the repository at this point in the history
Fix teach.py imports
  • Loading branch information
mikebryant authored Jul 7, 2016
2 parents 839f8d0 + 7404f4b commit d733d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal/views/teacher/teach.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
# identified as the original program.
import json
from functools import partial, wraps
import json
from datetime import timedelta

from django.conf import settings
Expand All @@ -55,6 +54,7 @@
from reportlab.lib.utils import ImageReader
from reportlab.platypus import Paragraph
from reportlab.lib.styles import ParagraphStyle
from two_factor.utils import devices_for_user
from portal.utils import using_two_factor

from portal.models import Teacher, Class, Student
Expand Down

0 comments on commit d733d53

Please sign in to comment.