Skip to content

Commit

Permalink
fixup! Format Python code with psf/black push
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and github-actions committed Feb 29, 2024
1 parent 1ed10e8 commit 64ef13c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
2. dhus and apihub have different md5 hashes for products with the same UUID.
"""

import os
import shutil

Expand Down
1 change: 1 addition & 0 deletions tests/test_geographic.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Handling of GeoJSON, geometries, WKT, etc. GIS-related functionality.
"""

from datetime import datetime
import re

Expand Down
1 change: 1 addition & 0 deletions tests/test_odata.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Tests for functionality related to the OData API of SciHub (https://apihub.copernicus.eu/apihub/odata/v1/...)
"""

from datetime import datetime

import pytest
Expand Down
1 change: 1 addition & 0 deletions tests/test_opensearch.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Tests for functionality related to the OpenSearch API of SciHub (https://apihub.copernicus.eu/apihub/search?...)
"""

from contextlib import contextmanager
from datetime import datetime, date, timedelta

Expand Down
1 change: 1 addition & 0 deletions tests/test_pandas.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Tests methods dealing with converting product info into pandas and geopandas formats.
"""

import sys

import pytest
Expand Down

0 comments on commit 64ef13c

Please sign in to comment.