PyCQA / eradicate

Removes commented-out code from Python files

Home Page:https://pypi.python.org/pypi/eradicate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

misses withs and fors

graingert opened this issue · comments

         # with open('filename', 'w') as outfile:
-        #     json.dump(objects, outfile)
         #
     # for x in y:
-    #     foop = x.ham

Closed by #10.