fix
This commit is contained in:
parent
0c04830228
commit
cc05a7a2ad
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ class ANSI:
|
||||||
@readline_wrap
|
@readline_wrap
|
||||||
def DesktopNotification(
|
def DesktopNotification(
|
||||||
self: Self,
|
self: Self,
|
||||||
identifier: Annotated[str, RegexMatch(re.compile(r"\A[a-zA-Z0-9-_+.]\z"))],
|
identifier: Annotated[str, RegexMatch(re.compile(r"\A[a-zA-Z0-9-_+.]\Z"))],
|
||||||
title: str,
|
title: str,
|
||||||
body: str,
|
body: str,
|
||||||
) -> str:
|
) -> str:
|
||||||
|
|
Loading…
Reference in a new issue