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
|
||||
def DesktopNotification(
|
||||
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,
|
||||
body: str,
|
||||
) -> str:
|
||||
|
|
Loading…
Reference in a new issue