Skip to content

Commit 9fd77dc

Browse files
committed
format
1 parent b2efbb4 commit 9fd77dc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pygmt/clib/session.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,10 +1001,7 @@ def put_vector(self, dataset: ctp.c_void_p, column: int, vector: np.ndarray):
10011001
raise GMTCLibError(msg)
10021002

10031003
def put_strings(
1004-
self,
1005-
dataset: ctp.c_void_p,
1006-
family: str,
1007-
strings: StringArrayTypes,
1004+
self, dataset: ctp.c_void_p, family: str, strings: StringArrayTypes
10081005
):
10091006
"""
10101007
Attach a 1-D numpy array of dtype str or pyarrow.StringArray as a column on a

0 commit comments

Comments
 (0)