Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and andrii-i committed Nov 9, 2023
1 parent 709d102 commit 4ab7c23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/jupyter-ai/jupyter_ai/config_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,9 @@ def delete_config(self):
f"Configuration file {self.config_path} does not exist"
)
except Exception as e:
self.log.warning(f"Failed to delete configuration file {self.config_path}: {e}")
self.log.warning(
f"Failed to delete configuration file {self.config_path}: {e}"
)
raise

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

0 comments on commit 4ab7c23

Please sign in to comment.