mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-24 18:07:01 +00:00
make the latest mypy happy
This commit is contained in:
parent
2bbf9a4e9b
commit
cd4b19918c
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ class Formatter:
|
|||
|
||||
|
||||
@run_once
|
||||
def super_sub_maps() -> Tuple[Dict[int, Union[None, int]], Dict[int, Union[None, int]]]:
|
||||
def super_sub_maps() -> Tuple[Dict[int, int], Dict[int, int]]:
|
||||
import string
|
||||
sup_table = str.maketrans(
|
||||
string.ascii_lowercase + string.ascii_uppercase + string.digits + '+-=()',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue