From 89378e2a2119cf4e223cd0f0dfa2c01acf828684 Mon Sep 17 00:00:00 2001 From: jacquesfize Date: Mon, 3 Mar 2025 17:02:53 +0100 Subject: [PATCH] lint --- backend/gn_module_export/blueprint.py | 2 +- backend/gn_module_export/conf_schema_toml.py | 2 +- backend/gn_module_export/repositories.py | 2 +- backend/gn_module_export/utils_export.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/gn_module_export/blueprint.py b/backend/gn_module_export/blueprint.py index b810e23..cf9bd42 100644 --- a/backend/gn_module_export/blueprint.py +++ b/backend/gn_module_export/blueprint.py @@ -1,5 +1,5 @@ """ - Définition des routes du module export +Définition des routes du module export """ import logging diff --git a/backend/gn_module_export/conf_schema_toml.py b/backend/gn_module_export/conf_schema_toml.py index e7129e1..81d37bf 100644 --- a/backend/gn_module_export/conf_schema_toml.py +++ b/backend/gn_module_export/conf_schema_toml.py @@ -1,5 +1,5 @@ """ - Spécification du schéma toml des paramètres de configurations +Spécification du schéma toml des paramètres de configurations """ from geonature.utils.env import ROOT_DIR diff --git a/backend/gn_module_export/repositories.py b/backend/gn_module_export/repositories.py index 1e120f8..d099209 100644 --- a/backend/gn_module_export/repositories.py +++ b/backend/gn_module_export/repositories.py @@ -1,5 +1,5 @@ """ - Module de gestion des exports +Module de gestion des exports """ from geonature.utils.env import DB diff --git a/backend/gn_module_export/utils_export.py b/backend/gn_module_export/utils_export.py index d433322..e491325 100644 --- a/backend/gn_module_export/utils_export.py +++ b/backend/gn_module_export/utils_export.py @@ -1,5 +1,5 @@ """ - Fonctions permettant la génération des fichiers d'export +Fonctions permettant la génération des fichiers d'export """ from datetime import datetime, timedelta