From e729cdfb2989c525ba91929ed970373c20fda944 Mon Sep 17 00:00:00 2001 From: Markus Braun Date: Sat, 21 Oct 2023 21:00:17 +0200 Subject: [PATCH] make flake8 happy --- gcexport.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gcexport.py b/gcexport.py index 3f55df2..cdc15e6 100644 --- a/gcexport.py +++ b/gcexport.py @@ -112,6 +112,7 @@ URL_GC_TCX_ACTIVITY = f'{GARMIN_BASE_URL}/download-service/export/tcx/activity/' URL_GC_ORIGINAL_ACTIVITY = f'{GARMIN_BASE_URL}/download-service/files/activity/' + class GarminException(Exception): """Exception for problems with Garmin Connect (connection, data consistency etc)."""