Skip to content

Commit b9e2d8d

Browse files
Use 'noqa:W605' to allow for escape sequence '\z'
1 parent 4b4a539 commit b9e2d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/projections/nongeo/polar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
frame=[
165165
"xa30f",
166166
"ya",
167-
"WNse+gbisque+tprojection='P5c+a+t45+\z' @^ region=[0, 90, 3480, 6371]",
167+
"WNse+gbisque+tprojection='P5c+a+t45+\z' @^ region=[0, 90, 3480, 6371]", # noqa:W605
168168
],
169169
)
170170

0 commit comments

Comments
 (0)