mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 06:54:58 +02:00
Remove the python diff kitten
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
class GlobalData:
|
||||
|
||||
def __init__(self) -> None:
|
||||
self.title = ''
|
||||
self.cmd = ''
|
||||
from typing import Dict
|
||||
|
||||
|
||||
global_data = GlobalData
|
||||
def syntax_aliases(x: str) -> Dict[str, str]:
|
||||
return {}
|
||||
|
||||
Reference in New Issue
Block a user