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