Skip to content

Commit

Permalink
Update pygmt/helpers/utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Oct 3, 2024
1 parent a06675d commit 35acf46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pygmt/helpers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ def data_kind( # noqa: PLR0911
>>> data_kind(data=["data1.txt", "data2.txt"])
'file'
>>> data_kind(data=xr.DataArray(np.random.rand(4, 3)))
=======
>>> import io
>>> from pathlib import Path
>>> import numpy as np
Expand Down

0 comments on commit 35acf46

Please sign in to comment.