Skip to content

Commit aaac5e1

Browse files
committed
Minor edit
1 parent f4db124 commit aaac5e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

yamlable/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
class StringIO(StringIO):
1010
def __enter__(self):
1111
return self
12+
1213
def __exit__(self, exception_type, exception_value, traceback):
1314
self.close()
1415

0 commit comments

Comments
 (0)