Skip to content

Commit e27e8e6

Browse files
nkarasiakgithub-actions[bot]
authored andcommitted
style(ruff) : automatic lint/format
1 parent ea469b9 commit e27e8e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: earthdaily/earthdatastore/cube_utils/geometry_manager.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ def to_intersects(self, crs="EPSG:4326"):
1616

1717
def to_wkt(self, crs="EPSG:4326"):
1818
wkts = list(self._obj.to_crs(crs=crs).to_wkt()["geometry"])
19-
return wkts[0] if len(wkts)==1 else wkts
20-
19+
return wkts[0] if len(wkts) == 1 else wkts
20+
2121
def to_json(self, crs="EPSG:4326"):
2222
return json.loads(self._obj.to_crs(crs=crs).to_json(drop_id=True))
2323

0 commit comments

Comments
 (0)