From 6cb3567e3d65edc18a094efc7f6de3a7de01d2e5 Mon Sep 17 00:00:00 2001 From: Michael James Date: Sun, 14 Oct 2018 18:17:24 -0600 Subject: [PATCH] cleanup rm ServiceBackupJobStatusNotification --- .../raytheon/uf/common/dataplugin/gfe/server/notify/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dynamicserialize/dstypes/com/raytheon/uf/common/dataplugin/gfe/server/notify/__init__.py b/dynamicserialize/dstypes/com/raytheon/uf/common/dataplugin/gfe/server/notify/__init__.py index a0480d9..4836f65 100644 --- a/dynamicserialize/dstypes/com/raytheon/uf/common/dataplugin/gfe/server/notify/__init__.py +++ b/dynamicserialize/dstypes/com/raytheon/uf/common/dataplugin/gfe/server/notify/__init__.py @@ -15,6 +15,5 @@ from .GfeNotification import GfeNotification from .GridHistoryUpdateNotification import GridHistoryUpdateNotification from .GridUpdateNotification import GridUpdateNotification from .LockNotification import LockNotification -from .ServiceBackupJobStatusNotification import ServiceBackupJobStatusNotification from .UserMessageNotification import UserMessageNotification