Closed Keegan-Evans closed 2 years ago
from bare file = open(fp) to with open(fp) as fh:
file = open(fp)
with open(fp) as fh:
from bare
file = open(fp)
towith open(fp) as fh: