Remove unused import

This commit is contained in:
Kovid Goyal 2023-01-26 08:29:37 +05:30
parent ea920ffdf9
commit dd6e206f9b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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')