Skip to content

Commit bf05ab0

Browse files
committed
fix type check
1 parent 980dcfe commit bf05ab0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pygmt/figure.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ def region(self) -> np.ndarray:
136136
wesn = lib.extract_region()
137137
return wesn
138138

139-
def _update_current_region(self, region: str | Sequence[float] | np.ndarray | None) -> None:
139+
def _update_current_region(
140+
self, region: str | Sequence[float] | np.ndarray | None
141+
) -> None:
140142
"""
141143
Update the current region tracking.
142144

0 commit comments

Comments
 (0)