Skip to content

Commit 0eb4f8f

Browse files
committed
Make 'data' a required parameter
1 parent 0c82b3c commit 0eb4f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/helpers/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def _check_encoding(
188188

189189

190190
def data_kind( # noqa: PLR0911
191-
data: Any = None, required: bool = True
191+
data: Any, required: bool = True
192192
) -> Literal[
193193
"arg", "file", "geojson", "grid", "image", "matrix", "stringio", "vectors"
194194
]:

0 commit comments

Comments
 (0)