diff options
Diffstat (limited to 'opendc/models/gpu.py')
| -rw-r--r-- | opendc/models/gpu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/models/gpu.py b/opendc/models/gpu.py index d9978ec7..37de235c 100644 --- a/opendc/models/gpu.py +++ b/opendc/models/gpu.py @@ -1,7 +1,7 @@ from opendc.models.model import Model -class GPU(Model): +class GPU(Model): JSON_TO_PYTHON_DICT = { 'GPU': { 'id': 'id', |
