Fix merge lint error

Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/8bf25269
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/8bf25269
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/8bf25269

Branch: refs/heads/python-sdk
Commit: 8bf2526965dd319f654e7f995df940307fb2260f
Parents: 9d805ee
Author: Robert Bradshaw <rober...@google.com>
Authored: Tue Nov 15 11:06:27 2016 -0800
Committer: Robert Bradshaw <rober...@google.com>
Committed: Tue Nov 15 11:06:27 2016 -0800

----------------------------------------------------------------------
 sdks/python/apache_beam/io/textio.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/8bf25269/sdks/python/apache_beam/io/textio.py
----------------------------------------------------------------------
diff --git a/sdks/python/apache_beam/io/textio.py 
b/sdks/python/apache_beam/io/textio.py
index 4e94f87..9c89b68 100644
--- a/sdks/python/apache_beam/io/textio.py
+++ b/sdks/python/apache_beam/io/textio.py
@@ -244,7 +244,8 @@ class ReadFromText(PTransform):
     self._strip_trailing_newlines = strip_trailing_newlines
     self._coder = coder
     self._source = _TextSource(file_pattern, min_bundle_size, compression_type,
-                               strip_trailing_newlines, coder, 
validate=validate)
+                               strip_trailing_newlines, coder,
+                               validate=validate)
 
   def apply(self, pvalue):
     return pvalue.pipeline | Read(self._source)

Reply via email to