From cc05a7a2ad35baf5d463ddfe869c00cc85caf4fa Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Mon, 30 Oct 2023 17:07:58 -0500 Subject: [PATCH] fix --- pyansi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyansi/__init__.py b/pyansi/__init__.py index dc8f034..085c43b 100644 --- a/pyansi/__init__.py +++ b/pyansi/__init__.py @@ -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: