Skip to content

Commit 7ff71d1

Browse files
committed
Fix static tying
1 parent ddcc7b8 commit 7ff71d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/alias.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ class AliasSystem:
240240
['-Amytext+o12/12', '-B', '-D1', '-D2', '-D3', '-JX10c/10c', '-c1,2']
241241
"""
242242

243-
def __init__(self, **kwargs: Mapping[str, Alias | Sequence[Alias]]):
243+
def __init__(self, **kwargs):
244244
"""
245245
Initialize the alias system and create the keyword dictionary that stores the
246246
current parameter values.

0 commit comments

Comments
 (0)