mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-19 21:55:13 +00:00
Remove pre python 3.8 compat shim as we now require 3.8
This commit is contained in:
parent
00dc5a8dc5
commit
ee1e65e619
1 changed files with 0 additions and 3 deletions
|
|
@ -18,9 +18,6 @@ from .types import run_once
|
|||
from .typing import MatchType
|
||||
from .utils import expandvars, get_editor, log_error, resolved_shell
|
||||
|
||||
if not hasattr(shlex, 'join'):
|
||||
shlex.join = lambda a: ' '.join(map(shlex.quote, a))
|
||||
|
||||
|
||||
class MatchCriteria(NamedTuple):
|
||||
type: MatchType
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue