robertwb commented on a change in pull request #11449:
URL: https://github.com/apache/beam/pull/11449#discussion_r411590395



##########
File path: sdks/python/apache_beam/examples/snippets/snippets_test_py3.py
##########
@@ -44,7 +44,7 @@ def test_bad_types_annotations(self):
     # pylint: disable=expression-not-assigned
     # pylint: disable=unused-variable
     class FilterEvensDoFn(beam.DoFn):
-      def process(self, element, *unused_args, **unused_kwargs):

Review comment:
       Hmm... I wonder if it's possible to disable mypy for this method, as 
it's invoked dynamically and clearly can't figure out what's going on. 




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

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


Reply via email to