Skip to content

Commit 53c0991

Browse files
committed
Fix type hints
1 parent 07ccde4 commit 53c0991

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pygmt/clib/session.py

+1
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,7 @@ def call_module(self, module: str, args: str | list[str]):
630630
)
631631

632632
# 'args' can be (1) a single string or (2) a list of strings.
633+
argv: bytes | ctp.Array[ctp.c_char_p]
633634
if isinstance(args, str):
634635
# 'args' is a single string that contains whitespace-separated arguments.
635636
# In this way, we need to correctly handle option arguments that contains

0 commit comments

Comments
 (0)