Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
mathleur committed Feb 8, 2024
1 parent e547cb9 commit 9810972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_point_nearest.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_fdb_datacube_true_point_5(self):
Select("class", ["od"]),
Select("stream", ["oper"]),
Select("type", ["fc"]),
Point(["latitude", "longitude"], [[0.035149384216, 360-0.01]], method="nearest"),
Point(["latitude", "longitude"], [[0.035149384216, 360 - 0.01]], method="nearest"),
)
result = self.API.retrieve(request)
result.pprint()
Expand Down

0 comments on commit 9810972

Please sign in to comment.