summaryrefslogtreecommitdiff
path: root/opendc/models/user.py
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-25 13:50:49 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-25 13:50:49 +0200
commita1589e75358558eada7ffc2efc7e3fa7160d233e (patch)
tree7889a2364292cd8b90fe996da7907bebf200d3dc /opendc/models/user.py
parent1f34466d41ba01a3dd36b0866696367d397daf7e (diff)
Reformat codebase and fix spelling errors
Diffstat (limited to 'opendc/models/user.py')
-rw-r--r--opendc/models/user.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/opendc/models/user.py b/opendc/models/user.py
index 885170d0..fde45b0c 100644
--- a/opendc/models/user.py
+++ b/opendc/models/user.py
@@ -1,9 +1,7 @@
-import json
-
from opendc.models.model import Model
-class User(Model):
+class User(Model):
JSON_TO_PYTHON_DICT = {
'User': {
'id': 'id',