diff --git a/packages/jupyter-ai/jupyter_ai/config_manager.py b/packages/jupyter-ai/jupyter_ai/config_manager.py index 650f91fa0..4f000b484 100644 --- a/packages/jupyter-ai/jupyter_ai/config_manager.py +++ b/packages/jupyter-ai/jupyter_ai/config_manager.py @@ -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