Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
mohtamba committed Jun 15, 2021
1 parent a607743 commit a9f3c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edx_proctoring/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from django.urls import NoReverseMatch, reverse
from django.utils import timezone

from edx_proctoring.constants import ADDITIONAL_TIME, TIME_MULTIPLIER
from edx_proctoring.api import (
_calculate_allowed_mins,
add_allowance_for_user,
Expand All @@ -33,6 +32,7 @@
from edx_proctoring.backends.tests.test_backend import TestBackendProvider
from edx_proctoring.backends.tests.test_review_payload import create_test_review_payload
from edx_proctoring.backends.tests.test_software_secure import mock_response_content
from edx_proctoring.constants import ADDITIONAL_TIME, TIME_MULTIPLIER
from edx_proctoring.exceptions import (
BackendProviderOnboardingProfilesException,
ProctoredExamIllegalStatusTransition,
Expand Down

0 comments on commit a9f3c2e

Please sign in to comment.