aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/honeycomb/Notifications.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/python/honeycomb/Notifications.py')
-rw-r--r--resources/libraries/python/honeycomb/Notifications.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/libraries/python/honeycomb/Notifications.py b/resources/libraries/python/honeycomb/Notifications.py
index 58d835eca0..7bba00a2d2 100644
--- a/resources/libraries/python/honeycomb/Notifications.py
+++ b/resources/libraries/python/honeycomb/Notifications.py
@@ -42,7 +42,6 @@ class Notifications(Netconf):
self.send(subscription)
reply = self.get_response(
- time_out=time_out,
err="Timeout on notifications subscription."
)
@@ -65,7 +64,6 @@ class Notifications(Netconf):
.format(time_out))
reply = self.get_response(
- time_out=time_out,
err="Timeout on getting notification."
)