Skip to content

Commit be97efc

Browse files
author
Timo Schmid
committed
add whitespace line
1 parent 5798a91 commit be97efc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

climada/util/plot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,7 @@ def add_shapes(axis):
736736
axis.add_feature(cfeature.BORDERS.with_scale("10m"), edgecolor="dimgrey")
737737
axis.add_feature(cfeature.COASTLINE.with_scale("10m"), edgecolor="dimgrey")
738738

739+
739740
def _ensure_utf8(val):
740741
# Without the `*.cpg` file present, the shape reader wrongly assumes latin-1 encoding:
741742
# https://github.com/SciTools/cartopy/issues/1282

0 commit comments

Comments
 (0)