# HG changeset patch
# User Laurent Peuch <cortex@worlddomination.be>
# Date 1687886545 -7200
#      Tue Jun 27 19:22:25 2023 +0200
# Node ID 7d9ee6ecb5239d5036ac96d555d00953ae8f8969
# Parent  8497cbbef31de68ff4793e51c4ebd5d50c86d9c7
feat: run flynt on the code base to convert everything into f-strings

diff --git a/cubicweb_s3storage/testing.py b/cubicweb_s3storage/testing.py
--- a/cubicweb_s3storage/testing.py
+++ b/cubicweb_s3storage/testing.py
@@ -4,7 +4,6 @@
 
 
 class S3StorageTestMixin:
-
     s3_bucket = "test-bucket"
 
     def setUp(self):