Skip to content

Commit 64f224e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0f0d4b6 commit 64f224e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mesa_geo/raster_layers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ def grid_pos(self) -> Coordinate:
374374
return grid_x, grid_y
375375

376376

377-
378377
class RasterLayer(RasterBase):
379378
"""
380379
Some methods in `RasterLayer` are copied from `mesa.space.Grid`, including:
@@ -456,6 +455,7 @@ def make_cell(grid_x: int, grid_y: int, row_idx: int, col_idx: int, xy):
456455
cell._xy = xy
457456
return cell
458457
else:
458+
459459
def make_cell(grid_x: int, grid_y: int, row_idx: int, col_idx: int, xy):
460460
return self.cell_cls(
461461
self.model,

0 commit comments

Comments
 (0)