This is primarily just PEP8-ish cleanup I made as I browsed the code.
The only functional change is at examples/check_equal.py:35 where I think the wrong file handle was being passed to create_reader. (Minus that change, I probably wouldn't have submitted this.)
Coverage remained the same at 69.392% when pulling 2ac42c51c7af0f46ff8ab37bb827bbb8b5c6666f on abingham:cleanup into 03eb84ee328601d049d5a45e05fbd340c98168f8 on sixty-north:master.
This is primarily just PEP8-ish cleanup I made as I browsed the code.
The only functional change is at
examples/check_equal.py:35
where I think the wrong file handle was being passed tocreate_reader
. (Minus that change, I probably wouldn't have submitted this.)