Skip to content

Commit 39266a3

Browse files
committed
Black formatting
1 parent c0bcdee commit 39266a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ultraplot/axes/base.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4022,7 +4022,9 @@ def annotate(
40224022
Iterable[float],
40234023
np.ndarray,
40244024
],
4025-
xytext: Optional[Union[Tuple[float, float], Iterable[float], np.ndarray]] = None,
4025+
xytext: Optional[
4026+
Union[Tuple[float, float], Iterable[float], np.ndarray]
4027+
] = None,
40264028
xycoords: Union[str, mtransforms.Transform] = "data",
40274029
textcoords: Optional[Union[str, mtransforms.Transform]] = None,
40284030
arrowprops: Optional[dict[str, Any]] = None,

0 commit comments

Comments
 (0)