Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ff5f7 commit 3a95f45Copy full SHA for 3a95f45
1 file changed
Lib/lib2to3/fixes/fix_reload.py
@@ -26,7 +26,6 @@ def transform(self, node, results):
26
# I feel like we should be able to express this logic in the
27
# PATTERN above but I don't know how to do it so...
28
obj = results['obj']
29
- print('obj:', repr(obj))
30
if obj:
31
if obj.type == self.syms.star_expr:
32
return # Make no change.
0 commit comments