Skip to content

Commit 35acf46

Browse files
authored
Update pygmt/helpers/utils.py
1 parent a06675d commit 35acf46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pygmt/helpers/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ def data_kind( # noqa: PLR0911
248248
>>> data_kind(data=["data1.txt", "data2.txt"])
249249
'file'
250250
>>> data_kind(data=xr.DataArray(np.random.rand(4, 3)))
251-
=======
252251
>>> import io
253252
>>> from pathlib import Path
254253
>>> import numpy as np

0 commit comments

Comments
 (0)