From 62285a3aacecd8260f02a1478468bfd0bc5c092b Mon Sep 17 00:00:00 2001 From: Mohammad Torkashvand <mohammad.torkashvand@geant.org> Date: Thu, 3 Apr 2025 07:18:47 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Karel van Klink <karel.vanklink@geant.org> --- gso/workflows/l3_core_service/copernicus/import_copernicus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gso/workflows/l3_core_service/copernicus/import_copernicus.py b/gso/workflows/l3_core_service/copernicus/import_copernicus.py index ff0eb1013..0b23e716f 100644 --- a/gso/workflows/l3_core_service/copernicus/import_copernicus.py +++ b/gso/workflows/l3_core_service/copernicus/import_copernicus.py @@ -1,4 +1,4 @@ -"""A modification workflow for migrating an `ImportedCopernicus` to an `Copernicus` subscription.""" +"""A modification workflow for migrating an `ImportedCopernicus` to a `Copernicus` subscription.""" from orchestrator.targets import Target from orchestrator.workflow import StepList, done, init, step, workflow -- GitLab