Skip to content

Commit c6f6a2b

Browse files
cvanelterenCopilot
andauthored
Update ultraplot/axes/geo.py
Co-authored-by: Copilot <[email protected]>
1 parent 05123bd commit c6f6a2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ultraplot/axes/geo.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -703,14 +703,13 @@ def apply_style(
703703
self,
704704
*,
705705
axis: str = "both",
706-
pad: float | None = None,
706+
_pad: float | None = None,
707707
labelsize: float | str | None = None,
708708
labelcolor: Any = None,
709709
labelrotation: float | None = None,
710710
linecolor: Any = None,
711711
linewidth: float | None = None,
712712
) -> None:
713-
pad # unused for basemap gridlines
714713
targets = []
715714
if axis in ("x", "both"):
716715
targets.append(self.lonlines)

0 commit comments

Comments
 (0)