AnandInguva commented on code in PR #21801:
URL: https://github.com/apache/beam/pull/21801#discussion_r895945139


##########
sdks/python/apache_beam/ml/inference/base.py:
##########
@@ -14,6 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
+# mypy: ignore-errors

Review Comment:
   Looking into these errors, this is more related to mypy and Dataclass[1]. 
Since we are moving to use `NamedTuple` instead of `Dataclass`, can we move 
forward with this? 
   
   [1] https://github.com/python/mypy/issues/7520



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