From f9c726114525d5b2cc6f7062e2b5d4a55fce951d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= Date: Wed, 7 Jan 2026 18:56:24 +0100 Subject: [PATCH] style: Fix formatting --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62bad941..e627f169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This changelog does not include internal -changes that do not affect the user. +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This +changelog does not include internal changes that do not affect the user. ## [Unreleased] @@ -12,7 +12,8 @@ changes that do not affect the user. ### Added -- Added `__all__` in the `__init__.py` of packages. This should prevent PyLance from triggering warnings when importing from `torchjd`. +- Added `__all__` in the `__init__.py` of packages. This should prevent PyLance from triggering + warnings when importing from `torchjd`. ## [0.8.0] - 2025-11-13