Repository: beam
Updated Branches:
  refs/heads/master fff82b003 -> 509baac58


[BEAM-1999] Remove resolved todo from value providers


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/13d20122
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/13d20122
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/13d20122

Branch: refs/heads/master
Commit: 13d20122bc0b20e1348714409fbc3b6b1f1c1e4f
Parents: fff82b0
Author: Sourabh Bajaj <[email protected]>
Authored: Mon May 22 13:00:52 2017 -0700
Committer: Ahmet Altay <[email protected]>
Committed: Mon May 22 13:54:59 2017 -0700

----------------------------------------------------------------------
 sdks/python/apache_beam/options/value_provider.py | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/13d20122/sdks/python/apache_beam/options/value_provider.py
----------------------------------------------------------------------
diff --git a/sdks/python/apache_beam/options/value_provider.py 
b/sdks/python/apache_beam/options/value_provider.py
index 40bddba..f7630bd 100644
--- a/sdks/python/apache_beam/options/value_provider.py
+++ b/sdks/python/apache_beam/options/value_provider.py
@@ -82,7 +82,6 @@ class RuntimeValueProvider(ValueProvider):
       value = self.default_value
     return value
 
-  # TODO(BEAM-1999): Remove _unused_options_id
   @classmethod
   def set_runtime_options(cls, pipeline_options):
     RuntimeValueProvider.runtime_options = pipeline_options

Reply via email to