Repository: beam Updated Branches: refs/heads/master d26f27b48 -> e92ac6fed
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/b5cc8b85 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/b5cc8b85 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/b5cc8b85 Branch: refs/heads/master Commit: b5cc8b85f3fbe279d0817782b01caaee4c981a3c Parents: d26f27b Author: Vikas Kedigehalli <[email protected]> Authored: Thu May 11 14:39:55 2017 -0700 Committer: Vikas Kedigehalli <[email protected]> Committed: Thu May 11 14:39:55 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/b5cc8b85/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.
