mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
Remove unused import
This commit is contained in:
parent
ea920ffdf9
commit
dd6e206f9b
1 changed files with 0 additions and 1 deletions
|
|
@ -79,7 +79,6 @@ def set_cwd_in_cmdline(cwd: str, argv: List[str]) -> None:
|
|||
def create_shared_memory(data: Any, prefix: str) -> str:
|
||||
import atexit
|
||||
import json
|
||||
import stat
|
||||
|
||||
from kitty.shm import SharedMemory
|
||||
db = json.dumps(data).encode('utf-8')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue