Skip to content

Commit 731e88b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 003a721 commit 731e88b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/jupyter-ai/jupyter_ai/config_manager.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,9 @@ def delete_config(self):
272272
f"Configuration file {self.config_path} does not exist"
273273
)
274274
except Exception as e:
275-
self.log.warning(f"Failed to delete configuration file {self.config_path}: {e}")
275+
self.log.warning(
276+
f"Failed to delete configuration file {self.config_path}: {e}"
277+
)
276278
raise
277279

278280
# this cannot be a property, as the parent Configurable already defines the

0 commit comments

Comments
 (0)