Repository: beam Updated Branches: refs/heads/master c84d3da38 -> 774d8972e
Fix lint error in datastoreio_test Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/329e4bd3 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/329e4bd3 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/329e4bd3 Branch: refs/heads/master Commit: 329e4bd3bfa3414b661c8253f612f48527c783c0 Parents: c84d3da Author: Ahmet Altay <[email protected]> Authored: Tue May 23 10:42:54 2017 -0700 Committer: Ahmet Altay <[email protected]> Committed: Tue May 23 12:28:43 2017 -0700 ---------------------------------------------------------------------- sdks/python/apache_beam/io/gcp/datastore/v1/datastoreio_test.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/329e4bd3/sdks/python/apache_beam/io/gcp/datastore/v1/datastoreio_test.py ---------------------------------------------------------------------- diff --git a/sdks/python/apache_beam/io/gcp/datastore/v1/datastoreio_test.py b/sdks/python/apache_beam/io/gcp/datastore/v1/datastoreio_test.py index 424e714..94cac3e 100644 --- a/sdks/python/apache_beam/io/gcp/datastore/v1/datastoreio_test.py +++ b/sdks/python/apache_beam/io/gcp/datastore/v1/datastoreio_test.py @@ -15,7 +15,6 @@ # limitations under the License. # -import math import unittest from mock import MagicMock, call, patch
