This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new e44d646  Publishing website 2019/10/15 22:37:25 at commit e4ca3e1
e44d646 is described below

commit e44d6460ab55d5b99796e567915146e507f6d60a
Author: jenkins <bui...@apache.org>
AuthorDate: Tue Oct 15 22:37:25 2019 +0000

    Publishing website 2019/10/15 22:37:25 at commit e4ca3e1
---
 .../documentation/io/developing-io-python/index.html                  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/website/generated-content/documentation/io/developing-io-python/index.html 
b/website/generated-content/documentation/io/developing-io-python/index.html
index 1f3c00f..fc8fba8 100644
--- a/website/generated-content/documentation/io/developing-io-python/index.html
+++ b/website/generated-content/documentation/io/developing-io-python/index.html
@@ -834,9 +834,9 @@ numbers = p | 'ProduceNumbers' &gt;&gt; 
ReadFromCountingSource(count)
 
 <div class="highlighter-rouge"><pre class="highlight"><code>class 
WriteToKVSink(PTransform):
 
-  def __init__(self, simplekv, url, final_table_name, **kwargs):
+  def __init__(self, simplekv, url, final_table_name):
     self._simplekv = simplekv
-    super(WriteToKVSink, self).__init__(**kwargs)
+    super(WriteToKVSink, self).__init__()
     self._url = url
     self._final_table_name = final_table_name
 

Reply via email to