Skip to content

Commit 1caf687

Browse files
committed
style: apply black formatting
1 parent 44ae174 commit 1caf687

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ultraplot/legend.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2098,5 +2098,7 @@ def add(
20982098
kwargs=kwargs,
20992099
)
21002100

2101-
self._apply_handle_styles(objs, kw_text=kw_text, kw_title=kw_title, kw_handle=kw_handle)
2101+
self._apply_handle_styles(
2102+
objs, kw_text=kw_text, kw_title=kw_title, kw_handle=kw_handle
2103+
)
21022104
return self._finalize(objs, loc=inputs.loc, align=inputs.align)

0 commit comments

Comments
 (0)