Skip to content

Commit

Permalink
Format code with black
Browse files Browse the repository at this point in the history
  • Loading branch information
davewhipp committed Sep 30, 2024
1 parent 6607411 commit 93522b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
}
],
"source": [
"raster_layer[4:7, 4:7] = 5 \n",
"raster_layer[4:7, 4:7] = 5\n",
"raster_layer[5, 5] = 10\n",
"raster_layer"
]
Expand Down

0 comments on commit 93522b6

Please sign in to comment.