From 69109bb91208923ed606280731ddb56f35685a73 Mon Sep 17 00:00:00 2001 From: Antoine Lambert <anlambert@softwareheritage.org> Date: Fri, 14 Feb 2025 11:04:48 +0100 Subject: [PATCH] tests/data/config: Fix black formatting --- swh/fuse/tests/data/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swh/fuse/tests/data/config.py b/swh/fuse/tests/data/config.py index c10e814..508770e 100644 --- a/swh/fuse/tests/data/config.py +++ b/swh/fuse/tests/data/config.py @@ -3,7 +3,7 @@ # License: GNU General Public License version 3, or any later version # See top-level LICENSE file for more information -""" Use the Rust compiler (v1.42.0) as a testing repository """ +"""Use the Rust compiler (v1.42.0) as a testing repository""" def remove_swhid_prefix(swhid_str: str) -> str: -- GitLab