We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4db124 commit aaac5e1Copy full SHA for aaac5e1
1 file changed
yamlable/base.py
@@ -9,6 +9,7 @@
9
class StringIO(StringIO):
10
def __enter__(self):
11
return self
12
+
13
def __exit__(self, exception_type, exception_value, traceback):
14
self.close()
15
0 commit comments