Skip to content

Commit e370daa

Browse files
committed
black formatting
1 parent 5f3338e commit e370daa

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ultraplot/axes/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3225,7 +3225,6 @@ def number(self, num):
32253225
raise ValueError(f"Invalid number {num!r}. Must be integer >=1.")
32263226

32273227

3228-
32293228
# Apply signature obfuscation after storing previous signature
32303229
# NOTE: This is needed for __init__
32313230
Axes._format_signatures = {Axes: inspect.signature(Axes.format)}

ultraplot/axes/shared.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ def _update_ticks(
185185
for lab in obj.get_ticklabels():
186186
lab.update(kwtext_extra)
187187

188-
189188
# Override matplotlib defaults ot handle multiple axis sharing
190189
def sharex(self, other):
191190
return self.share_axis(which="x", other=other)

0 commit comments

Comments
 (0)