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 <[email protected]> Authored: Thu May 11 14:39:55 2017 -0700 Committer: Ahmet Altay <[email protected]> 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.
