remove unrelated change

This commit is contained in:
Alexander Kukushkin
2023-07-21 13:24:09 +02:00
parent 0ef094f329
commit 7114a07fa6
+1 -1
View File
@@ -939,6 +939,6 @@ class Etcd3(AbstractEtcd):
timeout += 0.5
try:
return super(Etcd3, self).watch(None, timeout + 0.5)
return super(Etcd3, self).watch(None, timeout)
finally:
self.event.clear()