This commit is contained in:
Jeffrey C. Ollie 2023-10-30 17:07:58 -05:00
parent 0c04830228
commit cc05a7a2ad
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -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: