From 6151cb5181ce33c3fd0c04562f7db174e38ec98a Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 25 Jul 2023 18:16:21 +0200
Subject: [PATCH] [data.augmentations] Satisfy qa/docformatter

---
 src/ptbench/data/augmentations.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/ptbench/data/augmentations.py b/src/ptbench/data/augmentations.py
index a0e20c57..1f4adc60 100644
--- a/src/ptbench/data/augmentations.py
+++ b/src/ptbench/data/augmentations.py
@@ -1,7 +1,6 @@
 # SPDX-FileCopyrightText: Copyright © 2023 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: GPL-3.0-or-later
-
 """Image transformations for our pipelines.
 
 Differences between methods here and those from
-- 
GitLab