From 27f1f65ff82bedcf045d385988d9c642f6fd9241 Mon Sep 17 00:00:00 2001
From: Auke Klazema <klazema@astron.nl>
Date: Thu, 14 Mar 2019 13:14:18 +0000
Subject: [PATCH] SW-609: Remove unused reference to qpid in rotspservice.py

---
 .../RAtoOTDBTaskSpecificationPropagator/lib/rotspservice.py      | 1 -
 1 file changed, 1 deletion(-)

diff --git a/SAS/ResourceAssignment/RAtoOTDBTaskSpecificationPropagator/lib/rotspservice.py b/SAS/ResourceAssignment/RAtoOTDBTaskSpecificationPropagator/lib/rotspservice.py
index 6456d59ac79..f51cd0064a4 100755
--- a/SAS/ResourceAssignment/RAtoOTDBTaskSpecificationPropagator/lib/rotspservice.py
+++ b/SAS/ResourceAssignment/RAtoOTDBTaskSpecificationPropagator/lib/rotspservice.py
@@ -27,7 +27,6 @@ RATaskStatusChangedListener listens to a bus on which tasks handled by the Resou
 It will then try to propagate the changes to OTDB as Scheduled or Conflict.
 """
 
-import qpid.messaging
 import logging
 from datetime import datetime
 import time
-- 
GitLab