aboutsummaryrefslogtreecommitdiffstats
path: root/servo/models/repair.py
diff options
context:
space:
mode:
Diffstat (limited to 'servo/models/repair.py')
-rw-r--r--servo/models/repair.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/servo/models/repair.py b/servo/models/repair.py
index cae0f17..2276945 100644
--- a/servo/models/repair.py
+++ b/servo/models/repair.py
@@ -246,9 +246,7 @@ class Repair(models.Model):
@classmethod
def create_from_gsx(cls, confirmation, order, device, user):
- """
- Creates a new Repair for order with confirmation number
- """
+ """Creates a new Repair for order with confirmation number."""
try:
repair = cls.objects.get(confirmation=confirmation)
msg = {'repair': repair.confirmation, 'order': repair.order}