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

goenka pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f17361  Fixing Lint
     new 0a37f19  Merge pull request #10697 from angoenka/fix_lint
1f17361 is described below

commit 1f17361c30b605c737e2cdd4c46368b8e758d6f8
Author: Ankur <[email protected]>
AuthorDate: Mon Jan 27 16:14:34 2020 -0800

    Fixing Lint
---
 sdks/python/apache_beam/io/gcp/datastore/v1new/types.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/io/gcp/datastore/v1new/types.py 
b/sdks/python/apache_beam/io/gcp/datastore/v1new/types.py
index 497b76a..ca2cb63 100644
--- a/sdks/python/apache_beam/io/gcp/datastore/v1new/types.py
+++ b/sdks/python/apache_beam/io/gcp/datastore/v1new/types.py
@@ -44,7 +44,8 @@ class Query(object):
     Args:
       kind: (str) The kind to query.
       project: (str) Required. Project associated with query.
-      namespace: (str, ValueProvider(str)) (Optional) Namespace to restrict 
results to.
+      namespace: (str, ValueProvider(str)) (Optional) Namespace to restrict
+        results to.
       ancestor: (:class:`~apache_beam.io.gcp.datastore.v1new.types.Key`)
         (Optional) key of the ancestor to which this query's results are
         restricted.

Reply via email to