mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-15 21:14:35 +02:00
More pyugrade to 3.9
This commit is contained in:
@@ -19,7 +19,7 @@ from kitty.shell_integration import setup_bash_env, setup_fish_env, setup_zsh_en
|
||||
from . import BaseTest
|
||||
|
||||
|
||||
@lru_cache()
|
||||
@lru_cache
|
||||
def bash_ok():
|
||||
v = shutil.which('bash')
|
||||
if not v:
|
||||
|
||||
Reference in New Issue
Block a user