diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-06-24 09:13:09 +0200 |
|---|---|---|
| committer | Georgios Andreadis <info@gandreadis.com> | 2020-06-24 09:13:09 +0200 |
| commit | bae760a62fc6a480fbe615dff6a7de03c7fd6d1d (patch) | |
| tree | 06fc47f9922add14a3ac50fcfdfeb3d4fdc00363 /opendc/models/memory.py | |
| parent | 6fdb3e75dad15523d996e457c216647755b29101 (diff) | |
Add formatter
Diffstat (limited to 'opendc/models/memory.py')
| -rw-r--r-- | opendc/models/memory.py | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/opendc/models/memory.py b/opendc/models/memory.py index 496c887f..17a79e14 100644 --- a/opendc/models/memory.py +++ b/opendc/models/memory.py @@ -19,14 +19,7 @@ class Memory(Model): COLLECTION_NAME = 'memories' COLUMNS = [ - 'id', - 'manufacturer', - 'family', - 'generation', - 'model', - 'speed_mb_per_s', - 'size_mb', - 'energy_consumption_w', + 'id', 'manufacturer', 'family', 'generation', 'model', 'speed_mb_per_s', 'size_mb', 'energy_consumption_w', 'failure_model_id' ] |
