Skip to content

Commit 64ef13c

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
fixup! Format Python code with psf/black push
1 parent 1ed10e8 commit 64ef13c

5 files changed

+5
-0
lines changed

tests/test_download.py

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
2. dhus and apihub have different md5 hashes for products with the same UUID.
88
99
"""
10+
1011
import os
1112
import shutil
1213

tests/test_geographic.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Handling of GeoJSON, geometries, WKT, etc. GIS-related functionality.
33
"""
4+
45
from datetime import datetime
56
import re
67

tests/test_odata.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Tests for functionality related to the OData API of SciHub (https://apihub.copernicus.eu/apihub/odata/v1/...)
33
"""
4+
45
from datetime import datetime
56

67
import pytest

tests/test_opensearch.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Tests for functionality related to the OpenSearch API of SciHub (https://apihub.copernicus.eu/apihub/search?...)
33
"""
4+
45
from contextlib import contextmanager
56
from datetime import datetime, date, timedelta
67

tests/test_pandas.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Tests methods dealing with converting product info into pandas and geopandas formats.
33
"""
4+
45
import sys
56

67
import pytest

0 commit comments

Comments
 (0)