Skip to content

Commit ca10704

Browse files
Fix line length
1 parent 3a6f2e2 commit ca10704

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pygmt/src/grdtrack.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525

2626

2727
@fmt_docstring
28-
@deprecate_parameter("crossprofile", "cross_profile", "v0.18.0", remove_version="v0.20.0")
28+
@deprecate_parameter(
29+
"crossprofile", "cross_profile", "v0.18.0", remove_version="v0.20.0"
30+
)
2931
@use_alias(
3032
A="resample",
3133
C="cross_profile",

0 commit comments

Comments
 (0)