mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 10:12:17 +02:00
Try to fix tests failing on Python 3.11
This commit is contained in:
@@ -36,7 +36,7 @@ EdgeLiteral = Literal['left', 'top', 'right', 'bottom']
|
||||
UnderlineLiteral = Literal['straight', 'double', 'curly', 'dotted', 'dashed']
|
||||
MatchType = Literal['mime', 'ext', 'protocol', 'file', 'path', 'url', 'fragment_matches']
|
||||
PowerlineStyle = Literal['angled', 'slanted', 'round']
|
||||
GRT_a = Literal['t', 'T', 'q', 'p', 'd', 'f', 'a', 'c', 'q']
|
||||
GRT_a = Literal['t', 'T', 'q', 'p', 'd', 'f', 'a', 'c']
|
||||
GRT_f = Literal[24, 32, 100]
|
||||
GRT_t = Literal['d', 'f', 't', 's']
|
||||
GRT_o = Literal['z']
|
||||
|
||||
Reference in New Issue
Block a user