You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by go...@apache.org on 2020/01/28 01:26:36 UTC

[beam] branch master updated: Fixing Lint

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 <an...@users.noreply.github.com>
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.