GeoTIFF: Fix pep8.

scenario-dev-pa
Pierre-Antoine 2025-11-12 10:43:20 +01:00
parent 5c83d67865
commit 7bce725c63
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ class GeoTIFF(SQLSubModel):
self._file_bytes = b''
if coordinates is None:
self._coordinates = {
"bottom" : 0.0,
"bottom": 0.0,
"top": 0.0,
"left": 0.0,
"right": 0.0,

View File

@ -93,7 +93,7 @@ class GeoTIFFListWindow(PamhyrWindow):
rows = self.selected_rows()
for row in rows:
geotiff= self._study.river.geotiff.files[row]
geotiff = self._study.river.geotiff.files[row]
if self.sub_window_exists(
EditGeoTIFFWindow,