gemini-code-assist[bot] commented on code in PR #37506:
URL: https://github.com/apache/beam/pull/37506#discussion_r2775946035


##########
sdks/python/apache_beam/ml/inference/base_test.py:
##########
@@ -2279,5 +2279,65 @@ def test_max_batch_duration_secs_only(self):
     self.assertEqual(kwargs, {'max_batch_duration_secs': 60})
 
 
+class SimpleFakeModelHanlder(base.ModelHandler[int, int, FakeModel]):

Review Comment:
   ![medium](https://www.gstatic.com/codereviewagent/medium-priority.svg)
   
   There's a typo in the class name. It should be `SimpleFakeModelHandler`. 
Please also update its usages throughout this file.
   
   ```suggestion
   class SimpleFakeModelHandler(base.ModelHandler[int, int, FakeModel]):
   ```



-- 
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