summaryrefslogtreecommitdiff
path: root/sphinx/util/osutil.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/util/osutil.py')
-rw-r--r--sphinx/util/osutil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/osutil.py b/sphinx/util/osutil.py
index f6b13c899..15f5b408a 100644
--- a/sphinx/util/osutil.py
+++ b/sphinx/util/osutil.py
@@ -200,7 +200,7 @@ class FileAvoidWrite:
return self
def __exit__(
- self, exc_type: type[Exception], exc_value: Exception, traceback: Any
+ self, exc_type: type[Exception], exc_value: Exception, traceback: Any,
) -> bool:
self.close()
return True