Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion problem_builder/tests/integration/base_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
# along with this program in a file in the toplevel directory called
# "AGPLv3". If not, see <http://www.gnu.org/licenses/>.
#
import time

from unittest import mock
from xblock.fields import String
Expand Down
1 change: 1 addition & 0 deletions problem_builder/tests/integration/test_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#

# Imports ###########################################################
import time

from .base_test import (GetChoices, MentoringAssessmentBaseTest,
ProblemBuilderBaseTest)
Expand Down