From 87aa5389bc6134570755d76c1814cce0e57666b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ch=C5=82odnicki?= Date: Wed, 13 Dec 2023 09:37:38 +0100 Subject: [PATCH] Update stubs/sublime.pyi Co-authored-by: jwortmann --- stubs/sublime.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/sublime.pyi b/stubs/sublime.pyi index 4d9df37b0..ca05246e3 100644 --- a/stubs/sublime.pyi +++ b/stubs/sublime.pyi @@ -2614,7 +2614,7 @@ class Phantom: ) -> None: ... - def __eq__(self, rhs: 'Phantom') -> bool: # type: ignore[override] + def __eq__(self, rhs: Phantom) -> bool: # type: ignore[override] ... def to_tuple(self) -> Tuple[Tuple[int, int], str, int, Optional[Callable[[str], None]]]: