summaryrefslogtreecommitdiff
path: root/opendc/models/gpu.py
diff options
context:
space:
mode:
Diffstat (limited to 'opendc/models/gpu.py')
-rw-r--r--opendc/models/gpu.py11
1 files changed, 2 insertions, 9 deletions
diff --git a/opendc/models/gpu.py b/opendc/models/gpu.py
index d56ceba6..672df6fa 100644
--- a/opendc/models/gpu.py
+++ b/opendc/models/gpu.py
@@ -19,15 +19,8 @@ class GPU(Model):
COLLECTION_NAME = 'gpus'
COLUMNS = [
- 'id',
- 'manufacturer',
- 'family',
- 'generation',
- 'model',
- 'clock_rate_mhz',
- 'number_of_cores',
- 'energy_consumption_w',
- 'failure_model_id'
+ 'id', 'manufacturer', 'family', 'generation', 'model', 'clock_rate_mhz', 'number_of_cores',
+ 'energy_consumption_w', 'failure_model_id'
]
COLUMNS_PRIMARY_KEY = ['id']