From 3e2c2d613544b04d120d96b5064bb3e67159c0a8 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 13 May 2013 18:46:31 +0300 Subject: Remove useless class variables from CarryInRepair --- gsxws/repairs.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gsxws/repairs.py') diff --git a/gsxws/repairs.py b/gsxws/repairs.py index c411174..5ba0861 100644 --- a/gsxws/repairs.py +++ b/gsxws/repairs.py @@ -186,11 +186,6 @@ class CarryInRepair(Repair): _namespace = "emea:" - shipTo = "" - fileName = "" - fileData = "" - diagnosedByTechId = "" - def create(self): """ GSX validates the information and if all of the validations go through, -- cgit v1.2.3