diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-06-25 14:48:24 +0200 |
|---|---|---|
| committer | Georgios Andreadis <info@gandreadis.com> | 2020-06-25 14:48:24 +0200 |
| commit | ff31029e732dd56743690dc608f535163a0548ff (patch) | |
| tree | 04fe8e4a17816d93db386b5b6c560be654cdee86 /opendc/models/queued_experiment.py | |
| parent | c2706e023070211f8ac992b800353807a1f10886 (diff) | |
Experiment
Diffstat (limited to 'opendc/models/queued_experiment.py')
| -rw-r--r-- | opendc/models/queued_experiment.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/opendc/models/queued_experiment.py b/opendc/models/queued_experiment.py deleted file mode 100644 index b59cfedc..00000000 --- a/opendc/models/queued_experiment.py +++ /dev/null @@ -1,9 +0,0 @@ -from opendc.models.model import Model - - -class QueuedExperiment(Model): - JSON_TO_PYTHON_DICT = {'QueuedExperiment': {'experimentId': 'experiment_id'}} - - COLLECTION_NAME = 'queued_experiments' - COLUMNS = ['experiment_id'] - COLUMNS_PRIMARY_KEY = ['experiment_id'] |
