derrickaw commented on code in PR #34073:
URL: https://github.com/apache/beam/pull/34073#discussion_r1975787646


##########
sdks/python/apache_beam/yaml/yaml_provider.py:
##########
@@ -578,6 +613,18 @@ def requires_inputs(self, typ, args):
     else:
       return super().requires_inputs(typ, args)
 
+  def _with_extra_dependencies(self, dependencies):
+    external_provider = ExternalPythonProvider(  #

Review Comment:
   ```suggestion
       external_provider = ExternalPythonProvider(
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to