mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 23:14:55 +02:00
make the latest mypy happy
This commit is contained in:
@@ -144,7 +144,7 @@ class Formatter:
|
|||||||
|
|
||||||
|
|
||||||
@run_once
|
@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
|
import string
|
||||||
sup_table = str.maketrans(
|
sup_table = str.maketrans(
|
||||||
string.ascii_lowercase + string.ascii_uppercase + string.digits + '+-=()',
|
string.ascii_lowercase + string.ascii_uppercase + string.digits + '+-=()',
|
||||||
|
|||||||
Reference in New Issue
Block a user