X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_nbi%2Fnotifications.py;h=a62670b6453c2f8e823af95cf38a6ecd8cd62c15;hb=9af2a4785d3a77772fd205aa572cc6a64d4d1003;hp=bcaa0d0a9830554129b919cada8da1e0b1b1c79a;hpb=f2af4a100d308e07f355d61b94fb27d1ccc97aa2;p=osm%2FNBI.git diff --git a/osm_nbi/notifications.py b/osm_nbi/notifications.py index bcaa0d0..a62670b 100644 --- a/osm_nbi/notifications.py +++ b/osm_nbi/notifications.py @@ -41,7 +41,6 @@ class NotificationException(Exception): class NotificationBase: - response_models = None # Common HTTP payload header for all notifications. payload_header = {"Content-Type": "application/json", "Accept": "application/json"} @@ -239,7 +238,6 @@ class NotificationBase: class NsLcmNotification(NotificationBase): - # SOL005 response model for nslcm notifications response_models = { "NsLcmOperationOccurrenceNotification": {