tvalentyn commented on code in PR #35725:
URL: https://github.com/apache/beam/pull/35725#discussion_r2309912298


##########
sdks/python/apache_beam/coders/coder_impl.py:
##########
@@ -837,6 +886,7 @@ def decode_from_stream(self, in_, nested):
       if IntervalWindow is None:
         from apache_beam.transforms.window import IntervalWindow
     # instantiating with None is not part of the public interface
+    # pylint: disable=too-many-function-args

Review Comment:
   just curious, why was this necessary?



##########
sdks/python/apache_beam/coders/coder_impl.py:
##########
@@ -837,6 +886,7 @@ def decode_from_stream(self, in_, nested):
       if IntervalWindow is None:
         from apache_beam.transforms.window import IntervalWindow
     # instantiating with None is not part of the public interface
+    # pylint: disable=too-many-function-args

Review Comment:
   just curious, why was this necessary?



-- 
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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to