Skip to content

Commit

Permalink
fixup! Format Python code with ruff push
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and github-actions committed Jun 11, 2024
1 parent b8347ac commit 25c762d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_efast.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25c762d

Please sign in to comment.