Skip to content

Commit 9bcd3da

Browse files
Update python/grass/jupyter/tests/utils_test.py
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e752d9a commit 9bcd3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/grass/jupyter/tests/utils_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_reproject_region(session_with_data):
3131
"east": 100000.0,
3232
"west": 0.0,
3333
"rows": 10,
34-
"cols": 10
34+
"cols": 10,
3535
}
3636
p_in = "+proj=merc +a=6378137 +b=6378137 +units=m +type=crs"
3737
p_out = "+proj=longlat +datum=WGS84 +type=crs"

0 commit comments

Comments
 (0)