You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is due to the first pass of rewrite_source() turning the line into ' self.assertIn(0, ())\n', indented by 9 spaces. I would instead expect it to output valid python.
MRE:
This is due to the first pass of
rewrite_source()
turning the line into' self.assertIn(0, ())\n'
, indented by 9 spaces. I would instead expect it to output valid python.teyit/teyit.py
Line 297 in 4ca1d27
The text was updated successfully, but these errors were encountered: