From 25c762dfdf22cee422685abfe39a49677f66be37 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Tue, 11 Jun 2024 12:26:57 +0000 Subject: [PATCH] fixup! Format Python code with ruff push --- run_efast.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_efast.py b/run_efast.py index 43e3a58..9f2efb0 100644 --- a/run_efast.py +++ b/run_efast.py @@ -26,13 +26,13 @@ """ import argparse +import zipfile from datetime import datetime, timedelta from pathlib import Path -from creodias_finder import query, download +from creodias_finder import download, query from dateutil import rrule -import zipfile import efast.efast as efast import efast.s2_processing as s2