jrmccluskey commented on code in PR #31170:
URL: https://github.com/apache/beam/pull/31170#discussion_r1589735777


##########
sdks/python/apache_beam/typehints/trivial_inference.py:
##########
@@ -143,6 +143,8 @@ def copy(self):
     return FrameState(self.f, self.vars, self.stack, self.kw_names)
 
   def const_type(self, i):
+    print(self.co.co_consts)

Review Comment:
   Yeah, leftover from some checking. This weirdly broke a test in the snippets 
directory that relies on stdout, which is maybe bad test design but did a good 
job catching these



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