Closed tomato42 closed 6 years ago
https://github.com/ansasaki/smap/blob/608f590b98a1ad2e12c078974eafeef8f4aa58fa/src/smap/symver.py#L377-L382
as far as I can tell, only f.readlines() needs to happen in the context manager, others could be outside it; this will make code more readble
f.readlines()
https://github.com/ansasaki/smap/blob/608f590b98a1ad2e12c078974eafeef8f4aa58fa/src/smap/symver.py#L377-L382
as far as I can tell, only
f.readlines()
needs to happen in the context manager, others could be outside it; this will make code more readble