Skip to content

Commit

Permalink
Update stubs/sublime.pyi
Browse files Browse the repository at this point in the history
Co-authored-by: jwortmann <[email protected]>
  • Loading branch information
rchl and jwortmann authored Dec 13, 2023
1 parent ccfbc7f commit 87aa538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/sublime.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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]]]:
Expand Down

0 comments on commit 87aa538

Please sign in to comment.