From 74f965de0b59d75ded9aba6bdaa0db392fbbec0e Mon Sep 17 00:00:00 2001 From: Bastien Le Querrec <blq@laquadrature.net> Date: Sun, 7 Apr 2024 13:52:53 +0200 Subject: [PATCH] ppparis: correction pep 8 --- RAAspotter_ppparis.py | 1 - 1 file changed, 1 deletion(-) diff --git a/RAAspotter_ppparis.py b/RAAspotter_ppparis.py index 36be16e..4a867a4 100644 --- a/RAAspotter_ppparis.py +++ b/RAAspotter_ppparis.py @@ -51,4 +51,3 @@ class RAAspotter_ppparis(RAAspotter): raa = RAAspotter.RAA(url, date, name, filename) elements.append(raa) return elements - -- GitLab