Skip to content
Snippets Groups Projects
Commit 9bab5664 authored by Samuel GAIST's avatar Samuel GAIST Committed by Flavio TARSETTI
Browse files

[experiments][tests] Pre-commit cleanup

parent 2a2712be
No related branches found
No related tags found
2 merge requests!353Cleanup experiments,!342Django 3 migration
......@@ -25,37 +25,30 @@
# #
###############################################################################
import copy
import os
import simplejson as json
import shutil
import copy
from datetime import datetime
from datetime import timedelta
import simplejson as json
from django.conf import settings
from django.contrib.auth.models import User
from django.urls import reverse
from ...dataformats.models import DataFormat
from ...algorithms.models import Algorithm
from ...toolchains.models import Toolchain
from ...team.models import Team
from ...attestations.models import Attestation
from ...backend.models import Environment
from ...backend.models import Queue
from ...attestations.models import Attestation
from ...databases.models import Database
from ...common.testutils import BaseTestCase
from ...common.testutils import ( # noqa test runner will call it, tearDownModule
tearDownModule,
)
from ..models import Experiment
from ..models import CachedFile
from ...common.testutils import tearDownModule # noqa test runner will call it
from ...databases.models import Database
from ...dataformats.models import DataFormat
from ...team.models import Team
from ...toolchains.models import Toolchain
from ..models import Block
from ..models import CachedFile
from ..models import Experiment
from ..models import Result
TEST_PWD = "1234" # nosec
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment