Skip to content

Commit

Permalink
black fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kvantricht committed Jun 5, 2024
1 parent 472ccb7 commit 6a1e165
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/extractions/extract_meteo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Extract AGERA5 (Meteo) data using OpenEO-GFMAP package."""

import argparse
from functools import partial
from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions scripts/extractions/extract_optical.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Extract S2 data using OpenEO-GFMAP package."""

import argparse
import json
from datetime import datetime
Expand Down
1 change: 1 addition & 0 deletions scripts/extractions/extract_sar.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Extract S1 data using OpenEO-GFMAP package."""

import argparse
import json
import logging
Expand Down

0 comments on commit 6a1e165

Please sign in to comment.