This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/mlTransformArtifacts
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to 
refs/heads/users/damccorm/mlTransformArtifacts by this push:
     new dfa6e18b36f Lint
dfa6e18b36f is described below

commit dfa6e18b36f642158787d2513c822dde8808c438
Author: Danny McCormick <dannymccorm...@google.com>
AuthorDate: Wed Aug 9 17:04:43 2023 -0400

    Lint
---
 sdks/python/apache_beam/ml/transforms/base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/ml/transforms/base.py 
b/sdks/python/apache_beam/ml/transforms/base.py
index 91cc68a0535..daf44683c8d 100644
--- a/sdks/python/apache_beam/ml/transforms/base.py
+++ b/sdks/python/apache_beam/ml/transforms/base.py
@@ -190,7 +190,7 @@ class 
MLTransform(beam.PTransform[beam.PCollection[ExampleT],
     # create a mapping between transforms and ProcessHandler since
     # ProcessHandler is not exposed to the user.
     process_handler: ProcessHandler = TFTProcessHandler(
-        artifact_location=artifact_location,
+        artifact_location=artifact_location,  # type: ignore[arg-type]
         artifact_mode=artifact_mode,
         transforms=transforms)  # type: ignore[arg-type]
 

Reply via email to