Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 59A2C200CA9 for ; Fri, 12 May 2017 02:11:57 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 58AE4160BD4; Fri, 12 May 2017 00:11:57 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C6E14160BCD for ; Fri, 12 May 2017 02:11:56 +0200 (CEST) Received: (qmail 76934 invoked by uid 500); 12 May 2017 00:11:55 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 76842 invoked by uid 99); 12 May 2017 00:11:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 May 2017 00:11:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9D4DCE7DA2; Fri, 12 May 2017 00:11:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: altay@apache.org To: commits@beam.apache.org Date: Fri, 12 May 2017 00:11:56 -0000 Message-Id: <424436a3455f450e87e799a0a1a3dcac@git.apache.org> In-Reply-To: <350c004faefc4fecb4f6a0d40ff88f35@git.apache.org> References: <350c004faefc4fecb4f6a0d40ff88f35@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [02/19] beam git commit: fix lint error in fake_datastore.py archived-at: Fri, 12 May 2017 00:11:57 -0000 fix lint error in fake_datastore.py Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/dec27d8f Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/dec27d8f Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/dec27d8f Branch: refs/heads/release-2.0.0 Commit: dec27d8f205f7a27e427ae9e451c4c875fa8cf04 Parents: 7fd012b Author: Vikas Kedigehalli Authored: Thu May 11 14:39:55 2017 -0700 Committer: Ahmet Altay Committed: Thu May 11 16:20:36 2017 -0700 ---------------------------------------------------------------------- sdks/python/apache_beam/io/gcp/datastore/v1/fake_datastore.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/dec27d8f/sdks/python/apache_beam/io/gcp/datastore/v1/fake_datastore.py ---------------------------------------------------------------------- diff --git a/sdks/python/apache_beam/io/gcp/datastore/v1/fake_datastore.py b/sdks/python/apache_beam/io/gcp/datastore/v1/fake_datastore.py index 0caf6d6..2332579 100644 --- a/sdks/python/apache_beam/io/gcp/datastore/v1/fake_datastore.py +++ b/sdks/python/apache_beam/io/gcp/datastore/v1/fake_datastore.py @@ -31,6 +31,7 @@ except ImportError: pass # pylint: enable=wrong-import-order, wrong-import-position + def create_run_query(entities, batch_size): """A fake datastore run_query method that returns entities in batches.