Repository: beam Updated Branches: refs/heads/master 4857aa41b -> cdca8230b
Delete debugging comment Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/365f2afe Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/365f2afe Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/365f2afe Branch: refs/heads/master Commit: 365f2afe4c1cb20c0bb02c1cf8ad08e2d85122a2 Parents: 4857aa4 Author: Maria Garcia Herrero <[email protected]> Authored: Thu Feb 23 15:26:19 2017 -0800 Committer: Ahmet Altay <[email protected]> Committed: Thu Feb 23 17:04:23 2017 -0800 ---------------------------------------------------------------------- sdks/python/apache_beam/utils/annotations_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/365f2afe/sdks/python/apache_beam/utils/annotations_test.py ---------------------------------------------------------------------- diff --git a/sdks/python/apache_beam/utils/annotations_test.py b/sdks/python/apache_beam/utils/annotations_test.py index 56a75e8..90f3b41 100644 --- a/sdks/python/apache_beam/utils/annotations_test.py +++ b/sdks/python/apache_beam/utils/annotations_test.py @@ -122,5 +122,5 @@ class AnnotationTests(unittest.TestCase): self.assertNotIn(label[0], str(warning[-1].message)) -if __name__ == '__main__': # It doesn't like these 2 lines +if __name__ == '__main__': unittest.main()
